#BC9859

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

Shades of Barley Corn #BC9859

Tints of Barley Corn #BC9859

Color information

#BC9859 (or 0xBC9859) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 59. RGB value is (188,152,89). Sum of RGB (Red+Green+Blue) = 188+152+89=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9859 is #4367A6. Grayscale: #9B9B9B. Windows color (decimal): -4417447 or 5871804. OLE color: 5871804.

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

Color convert

RGB18815289-
CMYK00.190.530.26
HSL38.18º42.49%54.31%-
HSV(B)38.18º52.66%73.73%-
XYZ33.7733.8714.21-
YUV155.5890.43151.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=43.82%
G=35.43%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881528900.190.530.2638.1842.4954.31
HexBC9859013351A262a36
Octal2742301310236532465266
Binary1011110010011000101100101001111010111010100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9859; }

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

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

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

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

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

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

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

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