crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc4602 hex color - Orange - Warm color - Information

#bc4602 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #bc4602 Color code in RGB color code model is created after adding 73.73% red color, 27.45% green color and 0.78% blue color. Hex #bc4602 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 99% yellow and 26% black.

Hex #bc4602 color code is between #bb4400 web safe hex color code and #cc5500 web safe hex color code. #bb4400 is the nearest web safe color code. You can see here many more shades of #bc4602 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc4602#bc4602
RGB Decimal188, 70, 2rgb(188, 70, 2)
RGB Percent74%, 27%, 1%rgb(74%, 27%, 1%)
CSS RGBa188, 70, 2,1rgba(188,70,2,1)
CMYK Modelcmyk(0%,63%,99%,26%)
HSL Color Space22,98% ,37%hsl(22,98% ,37%)
HSV Color Space22°, 99%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000100011000000010
Octal2741062
Decimal188702
Hexbc4602

Different shades of #bc4602 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bc4602
#ee5903
Dark Shade of #bc4602
#8a3301
Saturated Shade of #bc4602
#be4500
Desaturated Shade of #bc4602
#b2490c
Grey scale Shade of #bc4602
#5f5f5f
Brighten Shade
#d55f1b
Most Readable Shade
#FFFFFF

Shades of #bc4602 color code

Generate more color scales with scales (color stack) generator.

#bc4602
#a73e01
#923601
#7d2e01
#682601
#531f00
#3e1700
#290f00
#140700
#000000

Similar Color like #bc4602 color

Find visually similar hex color codes nearing to #bc4602 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bd4703
#be4804
#bf4905
#c04a06
#c14b07
#c24c08
#c34d09
#c44e0a
#c54f0b
#c6500c
#c7510d
#c8520e
#c9530f
#ca5410
#bb4501
#ba4400
#b94300
#b84200
#b74100
#b64000
#b53f00
#b43e00
#b33d00
#b23c00
#b13b00
#b03a00
#af3900
#ae3800

Monochromatic Color with #bc4602

#bc4602
#e65602
#120700
#3c1701
#672601
#913602

Tints of #bc4602 Color

#bc4602
#c35a1e
#ca6f3a
#d28356
#d99872
#e1ac8e
#e8c1aa
#f0d5c6
#f7eae2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bc4602
#0278bc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bc4602
#02bca3
#021bbc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bc0208
#bc2102
#bc4602
#bc6b02
#bc9002

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bc4602
#02bc46
#4602bc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bc4602
#1bbc02
#0278bc
#a302bc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bc4602
#0278bc
#021bbc
#bca302

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bc4602 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bc4602 Color Code Preview on Black Background Color

This is how #bc4602 Color will look on black background color. Color contrast ratio is 4.02

#bc4602 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bc4602">Your Example Paragraph content text in with font color #bc4602 </p>

Your Example Paragraph content text in with font color #bc4602

HTML with inline CSS

<div style="color:#bc4602">Your Paragraph text in with font color #bc4602 </div>

Your Example Paragraph content text in with font color #bc4602

#bc4602 color code is use for CSS Background Color

Background color for the above div is #bc4602

HTML with inline CSS

<div style="background-color:#bc4602;"></div>

#bc4602 color code is use for CSS Border Color

CSS Border color for the above div is #bc4602

HTML with inline CSS

<div style="border:5px solid #bc4602;"></div>

CSS Border Left color for the above div is #bc4602

HTML with inline CSS

<div style="border-left:5px solid #bc4602;"></div>

CSS Border Right color for the above div is #bc4602

HTML with inline CSS

<div style="border-right:5px solid #bc4602;"></div>

CSS Border Bottom color for the above div is #bc4602

HTML with inline CSS

<div style="border-bottom:5px solid #bc4602;"></div>

CSS Border Top color for the above div is #bc4602

HTML with inline CSS

<div style="border-top:5px solid #bc4602;"></div>

#bc4602 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bc4602; } .examplecolorclass {color:#bc4602; } .examplebordercolor {border:3px solid #bc4602; }

#bc4602 Color code Preview on White Background

This is how #bc4602 Color code will look on white background color. Color contrast ratio is 5.23

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bc4602; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc4602; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.