#B5906F

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

Shades of Sandrift #B5906F

Tints of Sandrift #B5906F

Color information

#B5906F (or 0xB5906F) is unknown color: approx Sandrift. HEX triplet: B5, 90 and 6F. RGB value is (181,144,111). Sum of RGB (Red+Green+Blue) = 181+144+111=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5906F is #4A6F90. Grayscale: #979797. Windows color (decimal): -4878225 or 7311541. OLE color: 7311541.

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

Color convert

RGB181144111-
CMYK00.200.390.29
HSL28.29º32.11%57.25%-
HSV(B)28.29º38.67%70.98%-
XYZ31.930.9219.33-
YUV151.3105.26149.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=41.51%
G=33.03%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114411100.200.390.2928.2932.1157.25
HexB5906F014271D1c2039
Octal2652201570244735344071
Binary101101011001000011011110101001001111110111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5906F; }

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

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

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

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

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

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

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

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