#B58A6E

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

Shades of Sandrift #B58A6E

Tints of Sandrift #B58A6E

Color information

#B58A6E (or 0xB58A6E) is unknown color: approx Sandrift. HEX triplet: B5, 8A and 6E. RGB value is (181,138,110). Sum of RGB (Red+Green+Blue) = 181+138+110=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A6E is #4A7591. Grayscale: #939393. Windows color (decimal): -4879762 or 7244469. OLE color: 7244469.

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

Color convert

RGB181138110-
CMYK00.240.390.29
HSL23.66º32.42%57.06%-
HSV(B)23.66º39.23%70.98%-
XYZ30.9629.1318.74-
YUV147.66106.75151.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=42.19%
G=32.17%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113811000.240.390.2923.6632.4257.06
HexB58A6E018271D182039
Octal2652121560304735304071
Binary101101011000101011011100110001001111110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A6E; }

 p { color: rgb(181,138,110); }

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

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

 a { background-color: rgb(181,138,110); }

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

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

 span { border-color: rgb(181,138,110); }

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