#b5907f

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

Shades of Sandrift #B5907F

Tints of Sandrift #B5907F

Color information

#B5907F (or 0xB5907F) is unknown color: approx Sandrift. HEX triplet: B5, 90 and 7F. RGB value is (181,144,127). Sum of RGB (Red+Green+Blue) = 181+144+127=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907F is #4A6F80. Grayscale: #999999. Windows color (decimal): -4878209 or 8360117. OLE color: 8360117.

HSL color Cylindrical-coordinate representation of color #B5907F: hue angle of 18.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5907F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181144127-
CMYK00.200.300.29
HSL18.89º26.73%60.39%-
HSV(B)18.89º29.83%70.98%-
XYZ32.8631.324.39-
YUV153.12113.26147.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 127 (50% from 255) = 28.10%
R=40.04%
G=31.86%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114412700.200.300.2918.8926.7360.39
HexB5907F0141E1D131b3c
Octal2652201770243635233374
Binary1011010110010000111111101010011110111011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5907f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5907f; }

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

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

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

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

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

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

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

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