#BB945F

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

Shades of Barley Corn #BB945F

Tints of Barley Corn #BB945F

Color information

#BB945F (or 0xBB945F) is unknown color: approx Barley Corn. HEX triplet: BB, 94 and 5F. RGB value is (187,148,95). Sum of RGB (Red+Green+Blue) = 187+148+95=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB945F is #446BA0. Grayscale: #999999. Windows color (decimal): -4484001 or 6263995. OLE color: 6263995.

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

Color convert

RGB18714895-
CMYK00.210.490.27
HSL34.57º40.35%55.29%-
HSV(B)34.57º49.2%73.33%-
XYZ33.1532.5715.37-
YUV153.6294.92151.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=43.49%
G=34.42%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871489500.210.490.2734.5740.3555.29
HexBB945F015311B232837
Octal2732241370256133435067
Binary1011101110010100101111101010111000111011100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB945F; }

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

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

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

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

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

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

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

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