#BC985F

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

Shades of Barley Corn #BC985F

Tints of Barley Corn #BC985F

Color information

#BC985F (or 0xBC985F) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 5F. RGB value is (188,152,95). Sum of RGB (Red+Green+Blue) = 188+152+95=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985F is #4367A0. Grayscale: #9C9C9C. Windows color (decimal): -4417441 or 6265020. OLE color: 6265020.

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

Color convert

RGB18815295-
CMYK00.190.490.26
HSL36.77º40.97%55.49%-
HSV(B)36.77º49.47%73.73%-
XYZ34.0333.9715.59-
YUV156.2793.43150.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=43.22%
G=34.94%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881529500.190.490.2636.7740.9755.49
HexBC985F013311A252937
Octal2742301370236132455167
Binary1011110010011000101111101001111000111010100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC985F; }

 p { color: rgb(188,152,95); }

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

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

 a { background-color: rgb(188,152,95); }

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

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

 span { border-color: rgb(188,152,95); }

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