#BC9954

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

Shades of Barley Corn #BC9954

Tints of Barley Corn #BC9954

Color information

#BC9954 (or 0xBC9954) is unknown color: approx Barley Corn. HEX triplet: BC, 99 and 54. RGB value is (188,153,84). Sum of RGB (Red+Green+Blue) = 188+153+84=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9954 is #4366AB. Grayscale: #9B9B9B. Windows color (decimal): -4417196 or 5544380. OLE color: 5544380.

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

Color convert

RGB18815384-
CMYK00.190.550.26
HSL39.81º43.7%53.33%-
HSV(B)39.81º55.32%73.73%-
XYZ33.7334.1113.19-
YUV155.687.6151.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=44.24%
G=36%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881538400.190.550.2639.8143.753.33
HexBC9954013371A282c35
Octal2742311240236732505465
Binary1011110010011001101010001001111011111010101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9954; }

 p { color: rgb(188,153,84); }

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

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

 a { background-color: rgb(188,153,84); }

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

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

 span { border-color: rgb(188,153,84); }

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