Html Css Color HEX #BC7242 Zest

📋 copy color: '#BC7242'

red 188 ◦ green 114 ◦ blue 66

#BC7242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #BC7242

Tints of Zest #BC7242

RGB

 RED value IS 188 (73.83% from 255) = 51.09%

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 51.09%
G = 30.98%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC7242 (or 0xBC7242) is known color: Zest. HEX triplet: BC, 72 and 42. RGB value is (188,114,66). Sum of RGB (Red+Green+Blue) = 188+114+66=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7242 is #438DBD. Grayscale: #828282. Windows color (decimal): -4427198 or 4354748. OLE color: 4354748.

HSL color Cylindrical-coordinate representation of color #BC7242: hue angle of 23.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC7242 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 66 -
CMYK 0 0.39 0.65 0.26
HSL 23.61º 0.48% 0.5% -
HSV(B) 23.61º 0.65% 0.74% -
XYZ 27.74 23.12 8.15 -
YUV 130.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 188 114 66 0 0.39 0.65 0.26 23.61 0.48 0.5
Hex BC 72 42 0 27 41 1A 18 30 32
Octal 274 162 102 0 47 101 32 30 60 62
Binary 10111100 1110010 1000010 0 100111 1000001 11010 11000 110000 110010

Color Harmonies of #BC7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7242

Black with #BC7242

Text Example


Text Example

White with #BC7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7242; }

 p { color: rgb(188,114,66); }

 H1.HeaderClassName
 {
   color: #BC7242;
 }
 .AnyTagClassName
 {
   color: #BC7242;
 }
</style>

background-color css

<style>
 a { background-color: #BC7242; }

 a { background-color: rgb(188,114,66); }

 div.DivClassName
 {
   background-color: #BC7242;
 }
 .BgClassName
 {
   background-color: #BC7242;
 }
</style>

border-color css

<style>
 span { border-color: #BC7242; }

 span { border-color: rgb(188,114,66); }

 td.TdClassName
 {
   border-color: #BC7242;
 }
 .TagClassName
 {
   border-color: #BC7242;
 }
</style>