#B88F52

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

Shades of Tussock #B88F52

Tints of Tussock #B88F52

Color information

#B88F52 (or 0xB88F52) is unknown color: approx Tussock. HEX triplet: B8, 8F and 52. RGB value is (184,143,82). Sum of RGB (Red+Green+Blue) = 184+143+82=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F52 is #4770AD. Grayscale: #949494. Windows color (decimal): -4681902 or 5410744. OLE color: 5410744.

HSL color Cylindrical-coordinate representation of color #B88F52: hue angle of 35.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B88F52 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18414382-
CMYK00.220.550.28
HSL35.88º41.8%52.16%-
HSV(B)35.88º55.43%72.16%-
XYZ31.1130.4412.22-
YUV148.390.58153.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=44.99%
G=34.96%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841438200.220.550.2835.8841.852.16
HexB88F52016371C242a34
Octal2702171220266734445264
Binary1011100010001111101001001011011011111100100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F52; }

 p { color: rgb(184,143,82); }

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

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

 a { background-color: rgb(184,143,82); }

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

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

 span { border-color: rgb(184,143,82); }

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