#BD9D5A

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

Shades of Barley Corn #BD9D5A

Tints of Barley Corn #BD9D5A

Color information

#BD9D5A (or 0xBD9D5A) is unknown color: approx Barley Corn. HEX triplet: BD, 9D and 5A. RGB value is (189,157,90). Sum of RGB (Red+Green+Blue) = 189+157+90=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D5A is #4262A5. Grayscale: #9F9F9F. Windows color (decimal): -4350630 or 5938621. OLE color: 5938621.

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

Color convert

RGB18915790-
CMYK00.170.520.26
HSL40.61º42.86%54.71%-
HSV(B)40.61º52.38%74.12%-
XYZ34.8935.6714.72-
YUV158.9389.1149.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=43.35%
G=36.01%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891579000.170.520.2640.6142.8654.71
HexBD9D5A011341A292b37
Octal2752351320216432515367
Binary1011110110011101101101001000111010011010101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D5A; }

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

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

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

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

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

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

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

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