#BD9D5F

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

Shades of Barley Corn #BD9D5F

Tints of Barley Corn #BD9D5F

Color information

#BD9D5F (or 0xBD9D5F) is unknown color: approx Barley Corn. HEX triplet: BD, 9D and 5F. RGB value is (189,157,95). Sum of RGB (Red+Green+Blue) = 189+157+95=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D5F is #4262A0. Grayscale: #9F9F9F. Windows color (decimal): -4350625 or 6266301. OLE color: 6266301.

HSL color Cylindrical-coordinate representation of color #BD9D5F: hue angle of 39.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD9D5F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18915795-
CMYK00.170.500.26
HSL39.57º41.59%55.69%-
HSV(B)39.57º49.74%74.12%-
XYZ35.1135.7615.88-
YUV159.591.6149.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=42.86%
G=35.60%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891579500.170.500.2639.5741.5955.69
HexBD9D5F011321A282a38
Octal2752351370216232505270
Binary1011110110011101101111101000111001011010101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D5F; }

 p { color: rgb(189,157,95); }

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

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

 a { background-color: rgb(189,157,95); }

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

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

 span { border-color: rgb(189,157,95); }

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