#BB915D

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

Shades of Barley Corn #BB915D

Tints of Barley Corn #BB915D

Color information

#BB915D (or 0xBB915D) is unknown color: approx Barley Corn. HEX triplet: BB, 91 and 5D. RGB value is (187,145,93). Sum of RGB (Red+Green+Blue) = 187+145+93=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB915D is #446EA2. Grayscale: #979797. Windows color (decimal): -4484771 or 6132155. OLE color: 6132155.

HSL color Cylindrical-coordinate representation of color #BB915D: hue angle of 33.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB915D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18714593-
CMYK00.220.500.27
HSL33.19º40.87%54.9%-
HSV(B)33.19º50.27%73.33%-
XYZ32.5931.6114.74-
YUV151.6394.91153.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=44%
G=34.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871459300.220.500.2733.1940.8754.9
HexBB915D016321B212937
Octal2732211350266233415167
Binary1011101110010001101110101011011001011011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB915D; }

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

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

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

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

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

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

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

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