#BC9861

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

Shades of Barley Corn #BC9861

Tints of Barley Corn #BC9861

Color information

#BC9861 (or 0xBC9861) is unknown color: approx Barley Corn. HEX triplet: BC, 98 and 61. RGB value is (188,152,97). Sum of RGB (Red+Green+Blue) = 188+152+97=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9861 is #43679E. Grayscale: #9C9C9C. Windows color (decimal): -4417439 or 6396092. OLE color: 6396092.

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

Color convert

RGB18815297-
CMYK00.190.480.26
HSL36.26º40.44%55.88%-
HSV(B)36.26º48.4%73.73%-
XYZ34.1234.0116.08-
YUV156.4994.43150.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=43.02%
G=34.78%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881529700.190.480.2636.2640.4455.88
HexBC9861013301A242838
Octal2742301410236032445070
Binary1011110010011000110000101001111000011010100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9861; }

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

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

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

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

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

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

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

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