Html Css Color HEX #BC6E46 Zest

📋 copy color: '#BC6E46'

red 188 ◦ green 110 ◦ blue 70

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

Shades of Zest #BC6E46

Tints of Zest #BC6E46

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 51.09%
G = 29.89%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6E46 (or 0xBC6E46) is known color: Zest. HEX triplet: BC, 6E and 46. RGB value is (188,110,70). Sum of RGB (Red+Green+Blue) = 188+110+70=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E46 is #4391B9. Grayscale: #808080. Windows color (decimal): -4428218 or 4615868. OLE color: 4615868.

HSL color Cylindrical-coordinate representation of color #BC6E46: hue angle of 20.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6E46 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 70 -
CMYK 0 0.41 0.63 0.26
HSL 20.34º 0.47% 0.51% -
HSV(B) 20.34º 0.63% 0.74% -
XYZ 27.42 22.29 8.65 -
YUV 128.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 188 110 70 0 0.41 0.63 0.26 20.34 0.47 0.51
Hex BC 6E 46 0 29 3F 1A 14 2F 33
Octal 274 156 106 0 51 77 32 24 57 63
Binary 10111100 1101110 1000110 0 101001 111111 11010 10100 101111 110011

Color Harmonies of #BC6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E46

Black with #BC6E46

Text Example


Text Example

White with #BC6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E46; }

 p { color: rgb(188,110,70); }

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

background-color css

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

 a { background-color: rgb(188,110,70); }

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

border-color css

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

 span { border-color: rgb(188,110,70); }

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