#bd6c37

Color #BD6C37 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #BD6C37

Tints of Zest #BD6C37

Color information

#BD6C37 (or 0xBD6C37) is unknown color: approx Zest. HEX triplet: BD, 6C and 37. RGB value is (189,108,55). Sum of RGB (Red+Green+Blue) = 189+108+55=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C37 is #4293C8. Grayscale: #7E7E7E. Windows color (decimal): -4363209 or 3632317. OLE color: 3632317.

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

Color convert

RGB18910855-
CMYK00.430.710.26
HSL23.73º54.92%47.84%-
HSV(B)23.73º70.9%74.12%-
XYZ27.0421.826.4-
YUV126.1887.84172.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 55 (21.88% from 255) = 15.62%
R=53.69%
G=30.68%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891085500.430.710.2623.7354.9247.84
HexBD6C3702B471A183730
Octal2751546705310732306760
Binary101111011101100110111010101110001111101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6c37; }

 p { color: rgb(189,108,55); }

 H1.HeaderClassName
 {
   color: #bd6c37;
 }
 .AnyTagClassName
 {
   color: #bd6c37;
 }
</style>
background-color css

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

 a { background-color: rgb(189,108,55); }

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

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

 span { border-color: rgb(189,108,55); }

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