#BC9857

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

Shades of Barley Corn #BC9857

Tints of Barley Corn #BC9857

Color information

#BC9857 (or 0xBC9857) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 57. RGB value is (188,152,87). Sum of RGB (Red+Green+Blue) = 188+152+87=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9857 is #4367A8. Grayscale: #9B9B9B. Windows color (decimal): -4417449 or 5740732. OLE color: 5740732.

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

Color convert

RGB18815287-
CMYK00.190.540.26
HSL38.61º42.98%53.92%-
HSV(B)38.61º53.72%73.73%-
XYZ33.6933.8413.77-
YUV155.3589.43151.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=44.03%
G=35.60%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881528700.190.540.2638.6142.9853.92
HexBC9857013361A272b36
Octal2742301270236632475366
Binary1011110010011000101011101001111011011010100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9857; }

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

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

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

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

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

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

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

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