Html Css Color HEX #BD6D39 Zest

📋 copy color: '#BD6D39'

red 189 ◦ green 109 ◦ blue 57

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

Shades of Zest #BD6D39

Tints of Zest #BD6D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 53.24%
G = 30.7%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD6D39 (or 0xBD6D39) is known color: Zest. HEX triplet: BD, 6D and 39. RGB value is (189,109,57). Sum of RGB (Red+Green+Blue) = 189+109+57=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D39 is #4292C6. Grayscale: #7F7F7F. Windows color (decimal): -4362951 or 3763645. OLE color: 3763645.

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

Color convert

RGB 189 109 57 -
CMYK 0 0.42 0.70 0.26
HSL 23.64º 0.54% 0.48% -
HSV(B) 23.64º 0.7% 0.74% -
XYZ 27.19 22.05 6.69 -
YUV 126.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 189 109 57 0 0.42 0.70 0.26 23.64 0.54 0.48
Hex BD 6D 39 0 2A 46 1A 18 36 30
Octal 275 155 71 0 52 106 32 30 66 60
Binary 10111101 1101101 111001 0 101010 1000110 11010 11000 110110 110000

Color Harmonies of #BD6D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D39

Black with #BD6D39

Text Example


Text Example

White with #BD6D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D39; }

 p { color: rgb(189,109,57); }

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

background-color css

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

 a { background-color: rgb(189,109,57); }

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

border-color css

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

 span { border-color: rgb(189,109,57); }

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