#BB8F4E

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

Shades of Tussock #BB8F4E

Tints of Tussock #BB8F4E

Color information

#BB8F4E (or 0xBB8F4E) is unknown color: approx Tussock. HEX triplet: BB, 8F and 4E. RGB value is (187,143,78). Sum of RGB (Red+Green+Blue) = 187+143+78=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F4E is #4470B1. Grayscale: #959595. Windows color (decimal): -4485298 or 5148603. OLE color: 5148603.

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

Color convert

RGB18714378-
CMYK00.240.580.27
HSL35.78º44.49%51.96%-
HSV(B)35.78º58.29%73.33%-
XYZ31.6930.7611.47-
YUV148.7588.08155.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=45.83%
G=35.05%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871437800.240.580.2735.7844.4951.96
HexBB8F4E0183A1B242c34
Octal2732171160307233445464
Binary1011101110001111100111001100011101011011100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F4E; }

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

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

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

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

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

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

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

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