#B5947B

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

Shades of Sandrift #B5947B

Tints of Sandrift #B5947B

Color information

#B5947B (or 0xB5947B) is unknown color: approx Sandrift. HEX triplet: B5, 94 and 7B. RGB value is (181,148,123). Sum of RGB (Red+Green+Blue) = 181+148+123=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947B is #4A6B84. Grayscale: #9B9B9B. Windows color (decimal): -4877189 or 8098997. OLE color: 8098997.

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

Color convert

RGB181148123-
CMYK00.180.320.29
HSL25.86º28.16%59.61%-
HSV(B)25.86º32.04%70.98%-
XYZ33.2232.4323.25-
YUV155.02109.93146.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=40.04%
G=32.74%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114812300.180.320.2925.8628.1659.61
HexB5947B012201D1a1c3c
Octal2652241730224035323474
Binary10110101100101001111011010010100000111011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5947B; }

 p { color: rgb(181,148,123); }

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

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

 a { background-color: rgb(181,148,123); }

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

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

 span { border-color: rgb(181,148,123); }

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