#BB955A

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

Shades of Barley Corn #BB955A

Tints of Barley Corn #BB955A

Color information

#BB955A (or 0xBB955A) is unknown color: approx Barley Corn. HEX triplet: BB, 95 and 5A. RGB value is (187,149,90). Sum of RGB (Red+Green+Blue) = 187+149+90=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB955A is #446AA5. Grayscale: #999999. Windows color (decimal): -4483750 or 5936571. OLE color: 5936571.

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

Color convert

RGB18714990-
CMYK00.200.520.27
HSL36.49º41.63%54.31%-
HSV(B)36.49º51.87%73.33%-
XYZ33.0932.814.26-
YUV153.6492.09151.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=43.90%
G=34.98%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871499000.200.520.2736.4941.6354.31
HexBB955A014341B242a36
Octal2732251320246433445266
Binary1011101110010101101101001010011010011011100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB955A; }

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

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

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

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

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

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

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

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