#B5896E

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

Shades of Sandrift #B5896E

Tints of Sandrift #B5896E

Color information

#B5896E (or 0xB5896E) is unknown color: approx Sandrift. HEX triplet: B5, 89 and 6E. RGB value is (181,137,110). Sum of RGB (Red+Green+Blue) = 181+137+110=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5896E is #4A7691. Grayscale: #939393. Windows color (decimal): -4880018 or 7244213. OLE color: 7244213.

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

Color convert

RGB181137110-
CMYK00.240.390.29
HSL22.82º32.42%57.06%-
HSV(B)22.82º39.23%70.98%-
XYZ30.8228.8418.69-
YUV147.08107.08152.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=42.29%
G=32.01%
B=25.70%

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
Decimal18113711000.240.390.2922.8232.4257.06
HexB5896E018271D172039
Octal2652111560304735274071
Binary101101011000100111011100110001001111110110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5896E; }

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

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

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

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

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

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

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

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