#BB8F4D

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

Shades of Tussock #BB8F4D

Tints of Tussock #BB8F4D

Color information

#BB8F4D (or 0xBB8F4D) is unknown color: approx Tussock. HEX triplet: BB, 8F and 4D. RGB value is (187,143,77). Sum of RGB (Red+Green+Blue) = 187+143+77=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F4D is #4470B2. Grayscale: #949494. Windows color (decimal): -4485299 or 5083067. OLE color: 5083067.

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

Color convert

RGB18714377-
CMYK00.240.590.27
HSL36º44.72%51.76%-
HSV(B)36º58.82%73.33%-
XYZ31.6630.7511.29-
YUV148.6387.58155.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=45.95%
G=35.14%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871437700.240.590.273644.7251.76
HexBB8F4D0183B1B242d34
Octal2732171150307333445564
Binary1011101110001111100110101100011101111011100100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F4D; }

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

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

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

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

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

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

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

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