#BC9955

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

Shades of Barley Corn #BC9955

Tints of Barley Corn #BC9955

Color information

#BC9955 (or 0xBC9955) is unknown color: approx Barley Corn. HEX triplet: BC, 99 and 55. RGB value is (188,153,85). Sum of RGB (Red+Green+Blue) = 188+153+85=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9955 is #4366AA. Grayscale: #9C9C9C. Windows color (decimal): -4417195 or 5609916. OLE color: 5609916.

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

Color convert

RGB18815385-
CMYK00.190.550.26
HSL39.61º43.46%53.53%-
HSV(B)39.61º54.79%73.73%-
XYZ33.7734.1313.4-
YUV155.7188.1151.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=44.13%
G=35.92%
B=19.95%

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
Decimal1881538500.190.550.2639.6143.4653.53
HexBC9955013371A282b36
Octal2742311250236732505366
Binary1011110010011001101010101001111011111010101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9955; }

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

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

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

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

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

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

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

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