#B88D4B

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

Shades of Tussock #B88D4B

Tints of Tussock #B88D4B

Color information

#B88D4B (or 0xB88D4B) is unknown color: approx Tussock. HEX triplet: B8, 8D and 4B. RGB value is (184,141,75). Sum of RGB (Red+Green+Blue) = 184+141+75=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D4B is #4772B4. Grayscale: #929292. Windows color (decimal): -4682421 or 4951480. OLE color: 4951480.

HSL color Cylindrical-coordinate representation of color #B88D4B: hue angle of 36.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B88D4B is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18414175-
CMYK00.230.590.28
HSL36.33º43.43%50.78%-
HSV(B)36.33º59.24%72.16%-
XYZ30.5629.7510.79-
YUV146.3387.75154.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=46%
G=35.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841417500.230.590.2836.3343.4350.78
HexB88D4B0173B1C242b33
Octal2702151130277334445363
Binary1011100010001101100101101011111101111100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D4B; }

 p { color: rgb(184,141,75); }

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

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

 a { background-color: rgb(184,141,75); }

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

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

 span { border-color: rgb(184,141,75); }

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