#BC9D60

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

Shades of Barley Corn #BC9D60

Tints of Barley Corn #BC9D60

Color information

#BC9D60 (or 0xBC9D60) is unknown color: approx Barley Corn. HEX triplet: BC, 9D and 60. RGB value is (188,157,96). Sum of RGB (Red+Green+Blue) = 188+157+96=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D60 is #43629F. Grayscale: #9F9F9F. Windows color (decimal): -4416160 or 6331836. OLE color: 6331836.

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

Color convert

RGB18815796-
CMYK00.160.490.26
HSL39.78º40.71%55.69%-
HSV(B)39.78º48.94%73.73%-
XYZ34.9135.6516.11-
YUV159.3192.27148.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=42.63%
G=35.60%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881579600.160.490.2639.7840.7155.69
HexBC9D60010311A282938
Octal2742351400206132505170
Binary1011110010011101110000001000011000111010101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D60; }

 p { color: rgb(188,157,96); }

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

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

 a { background-color: rgb(188,157,96); }

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

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

 span { border-color: rgb(188,157,96); }

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