#B5907E

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

Shades of Sandrift #B5907E

Tints of Sandrift #B5907E

Color information

#B5907E (or 0xB5907E) is unknown color: approx Sandrift. HEX triplet: B5, 90 and 7E. RGB value is (181,144,126). Sum of RGB (Red+Green+Blue) = 181+144+126=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907E is #4A6F81. Grayscale: #999999. Windows color (decimal): -4878210 or 8294581. OLE color: 8294581.

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

Color convert

RGB181144126-
CMYK00.200.300.29
HSL19.64º27.09%60.2%-
HSV(B)19.64º30.39%70.98%-
XYZ32.831.2824.05-
YUV153.01112.76147.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=40.13%
G=31.93%
B=27.94%

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
Decimal18114412600.200.300.2919.6427.0960.2
HexB5907E0141E1D141b3c
Octal2652201760243635243374
Binary1011010110010000111111001010011110111011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5907E; }

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

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

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

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

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

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

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

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