#BB945A

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

Shades of Barley Corn #BB945A

Tints of Barley Corn #BB945A

Color information

#BB945A (or 0xBB945A) is unknown color: approx Barley Corn. HEX triplet: BB, 94 and 5A. RGB value is (187,148,90). Sum of RGB (Red+Green+Blue) = 187+148+90=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB945A is #446BA5. Grayscale: #999999. Windows color (decimal): -4484006 or 5936315. OLE color: 5936315.

HSL color Cylindrical-coordinate representation of color #BB945A: hue angle of 35.88º 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 #BB945A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18714890-
CMYK00.210.520.27
HSL35.88º41.63%54.31%-
HSV(B)35.88º51.87%73.33%-
XYZ32.9332.4814.21-
YUV153.0592.42152.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=44%
G=34.82%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871489000.210.520.2735.8841.6354.31
HexBB945A015341B242a36
Octal2732241320256433445266
Binary1011101110010100101101001010111010011011100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB945A; }

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

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

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

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

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

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

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

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