#BC9D58

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

Shades of Barley Corn #BC9D58

Tints of Barley Corn #BC9D58

Color information

#BC9D58 (or 0xBC9D58) is unknown color: approx Barley Corn. HEX triplet: BC, 9D and 58. RGB value is (188,157,88). Sum of RGB (Red+Green+Blue) = 188+157+88=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D58 is #4362A7. Grayscale: #9E9E9E. Windows color (decimal): -4416168 or 5807548. OLE color: 5807548.

HSL color Cylindrical-coordinate representation of color #BC9D58: hue angle of 41.4º degrees, saturation: 0.43, 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 #BC9D58 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18815788-
CMYK00.160.530.26
HSL41.4º42.74%54.12%-
HSV(B)41.4º53.19%73.73%-
XYZ34.5635.5114.27-
YUV158.488.27149.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=43.42%
G=36.26%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881578800.160.530.2641.442.7454.12
HexBC9D58010351A292b36
Octal2742351300206532515366
Binary1011110010011101101100001000011010111010101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D58; }

 p { color: rgb(188,157,88); }

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

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

 a { background-color: rgb(188,157,88); }

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

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

 span { border-color: rgb(188,157,88); }

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