#BB8F5F

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

Shades of Barley Corn #BB8F5F

Tints of Barley Corn #BB8F5F

Color information

#BB8F5F (or 0xBB8F5F) is unknown color: approx Barley Corn. HEX triplet: BB, 8F and 5F. RGB value is (187,143,95). Sum of RGB (Red+Green+Blue) = 187+143+95=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5F is #4470A0. Grayscale: #969696. Windows color (decimal): -4485281 or 6262715. OLE color: 6262715.

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

Color convert

RGB18714395-
CMYK00.240.490.27
HSL31.3º40.35%55.29%-
HSV(B)31.3º49.2%73.33%-
XYZ32.3831.0415.11-
YUV150.6896.58153.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=44%
G=33.65%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871439500.240.490.2731.340.3555.29
HexBB8F5F018311B1f2837
Octal2732171370306133375067
Binary101110111000111110111110110001100011101111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F5F; }

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

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

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

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

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

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

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

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