Html Css Color HEX #BC6C41 Zest

📋 copy color: '#BC6C41'

red 188 ◦ green 108 ◦ blue 65

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

Shades of Zest #BC6C41

Tints of Zest #BC6C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 52.08%
G = 29.92%
B = 18.01%

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

#BC6C41 (or 0xBC6C41) is known color: Zest. HEX triplet: BC, 6C and 41. RGB value is (188,108,65). Sum of RGB (Red+Green+Blue) = 188+108+65=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C41 is #4393BE. Grayscale: #7F7F7F. Windows color (decimal): -4428735 or 4287676. OLE color: 4287676.

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

Color convert

RGB 188 108 65 -
CMYK 0 0.43 0.65 0.26
HSL 20.98º 0.49% 0.5% -
HSV(B) 20.98º 0.65% 0.74% -
XYZ 27.06 21.8 7.78 -
YUV 127.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 188 108 65 0 0.43 0.65 0.26 20.98 0.49 0.5
Hex BC 6C 41 0 2B 41 1A 15 31 32
Octal 274 154 101 0 53 101 32 25 61 62
Binary 10111100 1101100 1000001 0 101011 1000001 11010 10101 110001 110010

Color Harmonies of #BC6C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C41

Black with #BC6C41

Text Example


Text Example

White with #BC6C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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