#b88b51

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

Shades of Tussock #B88B51

Tints of Tussock #B88B51

Color information

#B88B51 (or 0xB88B51) is unknown color: approx Tussock. HEX triplet: B8, 8B and 51. RGB value is (184,139,81). Sum of RGB (Red+Green+Blue) = 184+139+81=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B51 is #4774AE. Grayscale: #929292. Windows color (decimal): -4682927 or 5344184. OLE color: 5344184.

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

Color convert

RGB18413981-
CMYK00.240.560.28
HSL33.79º42.04%51.96%-
HSV(B)33.79º55.98%72.16%-
XYZ30.4829.2511.82-
YUV145.8491.41155.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=45.54%
G=34.41%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841398100.240.560.2833.7942.0451.96
HexB88B51018381C222a34
Octal2702131210307034425264
Binary1011100010001011101000101100011100011100100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b88b51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b88b51; }

 p { color: rgb(184,139,81); }

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

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

 a { background-color: rgb(184,139,81); }

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

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

 span { border-color: rgb(184,139,81); }

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