#BC9A5F

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

Shades of Barley Corn #BC9A5F

Tints of Barley Corn #BC9A5F

Color information

#BC9A5F (or 0xBC9A5F) is unknown color: approx Barley Corn. HEX triplet: BC, 9A and 5F. RGB value is (188,154,95). Sum of RGB (Red+Green+Blue) = 188+154+95=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A5F is #4365A0. Grayscale: #9D9D9D. Windows color (decimal): -4416929 or 6265532. OLE color: 6265532.

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

Color convert

RGB18815495-
CMYK00.180.490.26
HSL38.06º40.97%55.49%-
HSV(B)38.06º49.47%73.73%-
XYZ34.3634.6315.7-
YUV157.4492.76149.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=43.02%
G=35.24%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881549500.180.490.2638.0640.9755.49
HexBC9A5F012311A262937
Octal2742321370226132465167
Binary1011110010011010101111101001011000111010100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A5F; }

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

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

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

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

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

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

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

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