#BD9C60

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

Shades of Barley Corn #BD9C60

Tints of Barley Corn #BD9C60

Color information

#BD9C60 (or 0xBD9C60) is unknown color: approx Barley Corn. HEX triplet: BD, 9C and 60. RGB value is (189,156,96). Sum of RGB (Red+Green+Blue) = 189+156+96=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C60 is #42639F. Grayscale: #9F9F9F. Windows color (decimal): -4350880 or 6331581. OLE color: 6331581.

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

Color convert

RGB18915696-
CMYK00.170.490.26
HSL38.71º41.33%55.88%-
HSV(B)38.71º49.21%74.12%-
XYZ34.9935.4416.06-
YUV159.0392.43149.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=42.86%
G=35.37%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891569600.170.490.2638.7141.3355.88
HexBD9C60011311A272938
Octal2752341400216132475170
Binary1011110110011100110000001000111000111010100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C60; }

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

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

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

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

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

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

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

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