#BB8D50

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

Shades of Tussock #BB8D50

Tints of Tussock #BB8D50

Color information

#BB8D50 (or 0xBB8D50) is unknown color: approx Tussock. HEX triplet: BB, 8D and 50. RGB value is (187,141,80). Sum of RGB (Red+Green+Blue) = 187+141+80=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D50 is #4472AF. Grayscale: #949494. Windows color (decimal): -4485808 or 5279163. OLE color: 5279163.

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

Color convert

RGB18714180-
CMYK00.250.570.27
HSL34.21º44.03%52.35%-
HSV(B)34.21º57.22%73.33%-
XYZ31.4730.1911.76-
YUV147.889.74155.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=45.83%
G=34.56%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871418000.250.570.2734.2144.0352.35
HexBB8D50019391B222c34
Octal2732151200317133425464
Binary1011101110001101101000001100111100111011100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D50; }

 p { color: rgb(187,141,80); }

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

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

 a { background-color: rgb(187,141,80); }

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

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

 span { border-color: rgb(187,141,80); }

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