#BD9C5B

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

Shades of Barley Corn #BD9C5B

Tints of Barley Corn #BD9C5B

Color information

#BD9C5B (or 0xBD9C5B) is unknown color: approx Barley Corn. HEX triplet: BD, 9C and 5B. RGB value is (189,156,91). Sum of RGB (Red+Green+Blue) = 189+156+91=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C5B is #4263A4. Grayscale: #9E9E9E. Windows color (decimal): -4350885 or 6003901. OLE color: 6003901.

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

Color convert

RGB18915691-
CMYK00.170.520.26
HSL39.8º42.61%54.9%-
HSV(B)39.8º51.85%74.12%-
XYZ34.7635.3514.89-
YUV158.4689.93149.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=43.35%
G=35.78%
B=20.87%

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
Decimal1891569100.170.520.2639.842.6154.9
HexBD9C5B011341A282b37
Octal2752341330216432505367
Binary1011110110011100101101101000111010011010101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C5B; }

 p { color: rgb(189,156,91); }

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

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

 a { background-color: rgb(189,156,91); }

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

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

 span { border-color: rgb(189,156,91); }

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