#BB945B

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

Shades of Barley Corn #BB945B

Tints of Barley Corn #BB945B

Color information

#BB945B (or 0xBB945B) is unknown color: approx Barley Corn. HEX triplet: BB, 94 and 5B. RGB value is (187,148,91). Sum of RGB (Red+Green+Blue) = 187+148+91=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB945B is #446BA4. Grayscale: #999999. Windows color (decimal): -4484005 or 6001851. OLE color: 6001851.

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

Color convert

RGB18714891-
CMYK00.210.510.27
HSL35.63º41.38%54.51%-
HSV(B)35.63º51.34%73.33%-
XYZ32.9732.514.43-
YUV153.1692.92152.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=43.90%
G=34.74%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871489100.210.510.2735.6341.3854.51
HexBB945B015331B242937
Octal2732241330256333445167
Binary1011101110010100101101101010111001111011100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB945B; }

 p { color: rgb(187,148,91); }

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

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

 a { background-color: rgb(187,148,91); }

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

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

 span { border-color: rgb(187,148,91); }

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