#B88F4B

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

Shades of Tussock #B88F4B

Tints of Tussock #B88F4B

Color information

#B88F4B (or 0xB88F4B) is unknown color: approx Tussock. HEX triplet: B8, 8F and 4B. RGB value is (184,143,75). Sum of RGB (Red+Green+Blue) = 184+143+75=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F4B is #4770B4. Grayscale: #939393. Windows color (decimal): -4681909 or 4951992. OLE color: 4951992.

HSL color Cylindrical-coordinate representation of color #B88F4B: hue angle of 37.43º 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 #B88F4B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18414375-
CMYK00.220.590.28
HSL37.43º43.43%50.78%-
HSV(B)37.43º59.24%72.16%-
XYZ30.8630.3410.89-
YUV147.5187.08154.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=45.77%
G=35.57%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841437500.220.590.2837.4343.4350.78
HexB88F4B0163B1C252b33
Octal2702171130267334455363
Binary1011100010001111100101101011011101111100100101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F4B; }

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

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

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

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

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

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

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

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