#BB9555

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

Shades of Barley Corn #BB9555

Tints of Barley Corn #BB9555

Color information

#BB9555 (or 0xBB9555) is unknown color: approx Barley Corn. HEX triplet: BB, 95 and 55. RGB value is (187,149,85). Sum of RGB (Red+Green+Blue) = 187+149+85=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9555 is #446AAA. Grayscale: #999999. Windows color (decimal): -4483755 or 5608891. OLE color: 5608891.

HSL color Cylindrical-coordinate representation of color #BB9555: hue angle of 37.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB9555 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18714985-
CMYK00.200.550.27
HSL37.65º42.86%53.33%-
HSV(B)37.65º54.55%73.33%-
XYZ32.8832.7213.18-
YUV153.0789.59152.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=44.42%
G=35.39%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871498500.200.550.2737.6542.8653.33
HexBB9555014371B262b35
Octal2732251250246733465365
Binary1011101110010101101010101010011011111011100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9555; }

 p { color: rgb(187,149,85); }

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

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

 a { background-color: rgb(187,149,85); }

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

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

 span { border-color: rgb(187,149,85); }

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