#B58D6F

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

Shades of Sandrift #B58D6F

Tints of Sandrift #B58D6F

Color information

#B58D6F (or 0xB58D6F) is unknown color: approx Sandrift. HEX triplet: B5, 8D and 6F. RGB value is (181,141,111). Sum of RGB (Red+Green+Blue) = 181+141+111=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D6F is #4A7290. Grayscale: #959595. Windows color (decimal): -4878993 or 7310773. OLE color: 7310773.

HSL color Cylindrical-coordinate representation of color #B58D6F: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58D6F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181141111-
CMYK00.220.390.29
HSL25.71º32.11%57.25%-
HSV(B)25.71º38.67%70.98%-
XYZ31.4530.0219.18-
YUV149.54106.25150.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=41.80%
G=32.56%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114111100.220.390.2925.7132.1157.25
HexB58D6F016271D1a2039
Octal2652151570264735324071
Binary101101011000110111011110101101001111110111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D6F; }

 p { color: rgb(181,141,111); }

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

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

 a { background-color: rgb(181,141,111); }

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

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

 span { border-color: rgb(181,141,111); }

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