#BD9B57

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

Shades of Barley Corn #BD9B57

Tints of Barley Corn #BD9B57

Color information

#BD9B57 (or 0xBD9B57) is unknown color: approx Barley Corn. HEX triplet: BD, 9B and 57. RGB value is (189,155,87). Sum of RGB (Red+Green+Blue) = 189+155+87=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B57 is #4264A8. Grayscale: #9D9D9D. Windows color (decimal): -4351145 or 5741501. OLE color: 5741501.

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

Color convert

RGB18915587-
CMYK00.180.540.26
HSL40º43.59%54.12%-
HSV(B)40º53.97%74.12%-
XYZ34.4334.9513.95-
YUV157.4188.26150.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=43.85%
G=35.96%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891558700.180.540.264043.5954.12
HexBD9B57012361A282c36
Octal2752331270226632505466
Binary1011110110011011101011101001011011011010101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B57; }

 p { color: rgb(189,155,87); }

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

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

 a { background-color: rgb(189,155,87); }

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

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

 span { border-color: rgb(189,155,87); }

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