#BB8A4A

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

Shades of Tussock #BB8A4A

Tints of Tussock #BB8A4A

Color information

#BB8A4A (or 0xBB8A4A) is unknown color: approx Tussock. HEX triplet: BB, 8A and 4A. RGB value is (187,138,74). Sum of RGB (Red+Green+Blue) = 187+138+74=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A4A is #4475B5. Grayscale: #919191. Windows color (decimal): -4486582 or 4885179. OLE color: 4885179.

HSL color Cylindrical-coordinate representation of color #BB8A4A: hue angle of 33.98º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB8A4A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18713874-
CMYK00.260.600.27
HSL33.98º45.38%51.18%-
HSV(B)33.98º60.43%73.33%-
XYZ30.8229.2410.5-
YUV145.3587.73157.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=46.87%
G=34.59%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871387400.260.600.2733.9845.3851.18
HexBB8A4A01A3C1B222d33
Octal2732121120327433425563
Binary1011101110001010100101001101011110011011100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A4A; }

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

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

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

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

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

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

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

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