Html Css Color HEX #BC6C42 Zest

📋 copy color: '#BC6C42'

red 188 ◦ green 108 ◦ blue 66

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

Shades of Zest #BC6C42

Tints of Zest #BC6C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

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

R = 51.93%
G = 29.83%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6C42 (or 0xBC6C42) is known color: Zest. HEX triplet: BC, 6C and 42. RGB value is (188,108,66). Sum of RGB (Red+Green+Blue) = 188+108+66=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C42 is #4393BD. Grayscale: #7F7F7F. Windows color (decimal): -4428734 or 4353212. OLE color: 4353212.

HSL color Cylindrical-coordinate representation of color #BC6C42: hue angle of 20.66º 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 #BC6C42 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 66 -
CMYK 0 0.43 0.65 0.26
HSL 20.66º 0.48% 0.5% -
HSV(B) 20.66º 0.65% 0.74% -
XYZ 27.08 21.81 7.94 -
YUV 127.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 188 108 66 0 0.43 0.65 0.26 20.66 0.48 0.5
Hex BC 6C 42 0 2B 41 1A 15 30 32
Octal 274 154 102 0 53 101 32 25 60 62
Binary 10111100 1101100 1000010 0 101011 1000001 11010 10101 110000 110010

Color Harmonies of #BC6C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C42

Black with #BC6C42

Text Example


Text Example

White with #BC6C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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