#BD9857

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

Shades of Barley Corn #BD9857

Tints of Barley Corn #BD9857

Color information

#BD9857 (or 0xBD9857) is unknown color: approx Barley Corn. HEX triplet: BD, 98 and 57. RGB value is (189,152,87). Sum of RGB (Red+Green+Blue) = 189+152+87=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9857 is #4267A8. Grayscale: #9B9B9B. Windows color (decimal): -4351913 or 5740733. OLE color: 5740733.

HSL color Cylindrical-coordinate representation of color #BD9857: hue angle of 38.24º 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 #BD9857 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18915287-
CMYK00.200.540.26
HSL38.24º43.59%54.12%-
HSV(B)38.24º53.97%74.12%-
XYZ33.9333.9613.78-
YUV155.6589.26151.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=44.16%
G=35.51%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891528700.200.540.2638.2443.5954.12
HexBD9857014361A262c36
Octal2752301270246632465466
Binary1011110110011000101011101010011011011010100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9857; }

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

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

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

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

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

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

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

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