Html Css Color HEX #BC6D40 Zest

📋 copy color: '#BC6D40'

red 188 ◦ green 109 ◦ blue 64

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

Shades of Zest #BC6D40

Tints of Zest #BC6D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 52.08%
G = 30.19%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6D40 (or 0xBC6D40) is known color: Zest. HEX triplet: BC, 6D and 40. RGB value is (188,109,64). Sum of RGB (Red+Green+Blue) = 188+109+64=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D40 is #4392BF. Grayscale: #7F7F7F. Windows color (decimal): -4428480 or 4222396. OLE color: 4222396.

HSL color Cylindrical-coordinate representation of color #BC6D40: hue angle of 21.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6D40 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 64 -
CMYK 0 0.42 0.66 0.26
HSL 21.77º 0.49% 0.49% -
HSV(B) 21.77º 0.66% 0.74% -
XYZ 27.13 22 7.67 -
YUV 127.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 188 109 64 0 0.42 0.66 0.26 21.77 0.49 0.49
Hex BC 6D 40 0 2A 42 1A 16 31 31
Octal 274 155 100 0 52 102 32 26 61 61
Binary 10111100 1101101 1000000 0 101010 1000010 11010 10110 110001 110001

Color Harmonies of #BC6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D40

Black with #BC6D40

Text Example


Text Example

White with #BC6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D40; }

 p { color: rgb(188,109,64); }

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

background-color css

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

 a { background-color: rgb(188,109,64); }

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

border-color css

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

 span { border-color: rgb(188,109,64); }

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