#BD6B3D

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

Shades of Zest #BD6B3D

Tints of Zest #BD6B3D

Color information

#BD6B3D (or 0xBD6B3D) is unknown color: approx Zest. HEX triplet: BD, 6B and 3D. RGB value is (189,107,61). Sum of RGB (Red+Green+Blue) = 189+107+61=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B3D is #4294C2. Grayscale: #7E7E7E. Windows color (decimal): -4363459 or 4025277. OLE color: 4025277.

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

Color convert

RGB18910761-
CMYK00.430.680.26
HSL21.56º51.2%49.02%-
HSV(B)21.56º67.72%74.12%-
XYZ27.0921.677.17-
YUV126.2791.17172.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=52.94%
G=29.97%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891076100.430.680.2621.5651.249.02
HexBD6B3D02B441A163331
Octal2751537505310432266361
Binary101111011101011111101010101110001001101010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B3D; }

 p { color: rgb(189,107,61); }

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

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

 a { background-color: rgb(189,107,61); }

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

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

 span { border-color: rgb(189,107,61); }

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