#BB8A4F

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

Shades of Tussock #BB8A4F

Tints of Tussock #BB8A4F

Color information

#BB8A4F (or 0xBB8A4F) is unknown color: approx Tussock. HEX triplet: BB, 8A and 4F. RGB value is (187,138,79). Sum of RGB (Red+Green+Blue) = 187+138+79=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A4F is #4475B0. Grayscale: #929292. Windows color (decimal): -4486577 or 5212859. OLE color: 5212859.

HSL color Cylindrical-coordinate representation of color #BB8A4F: hue angle of 32.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB8A4F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18713879-
CMYK00.260.580.27
HSL32.78º44.26%52.16%-
HSV(B)32.78º57.75%73.33%-
XYZ30.9929.3111.42-
YUV145.9290.23157.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=46.29%
G=34.16%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871387900.260.580.2732.7844.2652.16
HexBB8A4F01A3A1B212c34
Octal2732121170327233415464
Binary1011101110001010100111101101011101011011100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A4F; }

 p { color: rgb(187,138,79); }

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

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

 a { background-color: rgb(187,138,79); }

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

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

 span { border-color: rgb(187,138,79); }

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