#bb9162

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

Shades of Barley Corn #BB9162

Tints of Barley Corn #BB9162

Color information

#BB9162 (or 0xBB9162) is unknown color: approx Barley Corn. HEX triplet: BB, 91 and 62. RGB value is (187,145,98). Sum of RGB (Red+Green+Blue) = 187+145+98=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9162 is #446E9D. Grayscale: #989898. Windows color (decimal): -4484766 or 6459835. OLE color: 6459835.

HSL color Cylindrical-coordinate representation of color #BB9162: hue angle of 31.69º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB9162 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18714598-
CMYK00.220.480.27
HSL31.69º39.56%55.88%-
HSV(B)31.69º47.59%73.33%-
XYZ32.8231.715.94-
YUV152.297.41152.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=43.49%
G=33.72%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871459800.220.480.2731.6939.5655.88
HexBB9162016301B202838
Octal2732211420266033405070
Binary1011101110010001110001001011011000011011100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9162; }

 p { color: rgb(187,145,98); }

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

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

 a { background-color: rgb(187,145,98); }

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

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

 span { border-color: rgb(187,145,98); }

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