Html Css Color HEX #BD6E40 Zest

📋 copy color: '#BD6E40'

red 189 ◦ green 110 ◦ blue 64

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

Shades of Zest #BD6E40

Tints of Zest #BD6E40

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

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

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

R = 52.07%
G = 30.3%
B = 17.63%

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

#BD6E40 (or 0xBD6E40) is known color: Zest. HEX triplet: BD, 6E and 40. RGB value is (189,110,64). Sum of RGB (Red+Green+Blue) = 189+110+64=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E40 is #4291BF. Grayscale: #808080. Windows color (decimal): -4362688 or 4222653. OLE color: 4222653.

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

Color convert

RGB 189 110 64 -
CMYK 0 0.42 0.66 0.26
HSL 22.08º 0.49% 0.5% -
HSV(B) 22.08º 0.66% 0.74% -
XYZ 27.49 22.34 7.71 -
YUV 128.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 189 110 64 0 0.42 0.66 0.26 22.08 0.49 0.5
Hex BD 6E 40 0 2A 42 1A 16 31 32
Octal 275 156 100 0 52 102 32 26 61 62
Binary 10111101 1101110 1000000 0 101010 1000010 11010 10110 110001 110010

Color Harmonies of #BD6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E40

Black with #BD6E40

Text Example


Text Example

White with #BD6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E40; }

 p { color: rgb(189,110,64); }

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

background-color css

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

 a { background-color: rgb(189,110,64); }

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

border-color css

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

 span { border-color: rgb(189,110,64); }

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