Html Css Color HEX #BD6E45 Zest

📋 copy color: '#BD6E45'

red 189 ◦ green 110 ◦ blue 69

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

Shades of Zest #BD6E45

Tints of Zest #BD6E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 51.36%
G = 29.89%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6E45 (or 0xBD6E45) is known color: Zest. HEX triplet: BD, 6E and 45. RGB value is (189,110,69). Sum of RGB (Red+Green+Blue) = 189+110+69=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E45 is #4291BA. Grayscale: #818181. Windows color (decimal): -4362683 or 4550333. OLE color: 4550333.

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

Color convert

RGB 189 110 69 -
CMYK 0 0.42 0.63 0.26
HSL 20.5º 0.48% 0.51% -
HSV(B) 20.5º 0.63% 0.74% -
XYZ 27.64 22.4 8.5 -
YUV 128.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 189 110 69 0 0.42 0.63 0.26 20.5 0.48 0.51
Hex BD 6E 45 0 2A 3F 1A 14 30 33
Octal 275 156 105 0 52 77 32 24 60 63
Binary 10111101 1101110 1000101 0 101010 111111 11010 10100 110000 110011

Color Harmonies of #BD6E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E45

Black with #BD6E45

Text Example


Text Example

White with #BD6E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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