#B58B4B

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

Shades of Tussock #B58B4B

Tints of Tussock #B58B4B

Color information

#B58B4B (or 0xB58B4B) is unknown color: approx Tussock. HEX triplet: B5, 8B and 4B. RGB value is (181,139,75). Sum of RGB (Red+Green+Blue) = 181+139+75=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B4B is #4A74B4. Grayscale: #909090. Windows color (decimal): -4879541 or 4950965. OLE color: 4950965.

HSL color Cylindrical-coordinate representation of color #B58B4B: hue angle of 36.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B58B4B is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18113975-
CMYK00.230.590.29
HSL36.23º41.73%50.2%-
HSV(B)36.23º58.56%70.98%-
XYZ29.5628.810.66-
YUV144.2688.91154.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=45.82%
G=35.19%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811397500.230.590.2936.2341.7350.2
HexB58B4B0173B1D242a32
Octal2652131130277335445262
Binary1011010110001011100101101011111101111101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B4B; }

 p { color: rgb(181,139,75); }

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

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

 a { background-color: rgb(181,139,75); }

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

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

 span { border-color: rgb(181,139,75); }

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