#BB9B56

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

Shades of Barley Corn #BB9B56

Tints of Barley Corn #BB9B56

Color information

#BB9B56 (or 0xBB9B56) is unknown color: approx Barley Corn. HEX triplet: BB, 9B and 56. RGB value is (187,155,86). Sum of RGB (Red+Green+Blue) = 187+155+86=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B56 is #4464A9. Grayscale: #9D9D9D. Windows color (decimal): -4482218 or 5675963. OLE color: 5675963.

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

Color convert

RGB18715586-
CMYK00.170.540.27
HSL40.99º42.62%53.53%-
HSV(B)40.99º54.01%73.33%-
XYZ33.8934.6813.71-
YUV156.788.1149.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=43.69%
G=36.21%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871558600.170.540.2740.9942.6253.53
HexBB9B56011361B292b36
Octal2732331260216633515366
Binary1011101110011011101011001000111011011011101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B56; }

 p { color: rgb(187,155,86); }

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

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

 a { background-color: rgb(187,155,86); }

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

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

 span { border-color: rgb(187,155,86); }

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