Html Css Color HEX #BD6E41 Zest

📋 copy color: '#BD6E41'

red 189 ◦ green 110 ◦ blue 65

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

Shades of Zest #BD6E41

Tints of Zest #BD6E41

RGB

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

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

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

R = 51.92%
G = 30.22%
B = 17.86%

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

#BD6E41 (or 0xBD6E41) is known color: Zest. HEX triplet: BD, 6E and 41. RGB value is (189,110,65). Sum of RGB (Red+Green+Blue) = 189+110+65=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E41 is #4291BE. Grayscale: #808080. Windows color (decimal): -4362687 or 4288189. OLE color: 4288189.

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

Color convert

RGB 189 110 65 -
CMYK 0 0.42 0.66 0.26
HSL 21.77º 0.49% 0.5% -
HSV(B) 21.77º 0.66% 0.74% -
XYZ 27.52 22.35 7.87 -
YUV 128.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 189 110 65 0 0.42 0.66 0.26 21.77 0.49 0.5
Hex BD 6E 41 0 2A 42 1A 16 31 32
Octal 275 156 101 0 52 102 32 26 61 62
Binary 10111101 1101110 1000001 0 101010 1000010 11010 10110 110001 110010

Color Harmonies of #BD6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E41

Black with #BD6E41

Text Example


Text Example

White with #BD6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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