#B88C4B

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

Shades of Tussock #B88C4B

Tints of Tussock #B88C4B

Color information

#B88C4B (or 0xB88C4B) is unknown color: approx Tussock. HEX triplet: B8, 8C and 4B. RGB value is (184,140,75). Sum of RGB (Red+Green+Blue) = 184+140+75=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C4B is #4773B4. Grayscale: #929292. Windows color (decimal): -4682677 or 4951224. OLE color: 4951224.

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

Color convert

RGB18414075-
CMYK00.240.590.28
HSL35.78º43.43%50.78%-
HSV(B)35.78º59.24%72.16%-
XYZ30.4229.4510.74-
YUV145.7588.08155.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=46.12%
G=35.09%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841407500.240.590.2835.7843.4350.78
HexB88C4B0183B1C242b33
Octal2702141130307334445363
Binary1011100010001100100101101100011101111100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C4B; }

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

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

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

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

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

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

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

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