#B5907A

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

Shades of Sandrift #B5907A

Tints of Sandrift #B5907A

Color information

#B5907A (or 0xB5907A) is unknown color: approx Sandrift. HEX triplet: B5, 90 and 7A. RGB value is (181,144,122). Sum of RGB (Red+Green+Blue) = 181+144+122=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907A is #4A6F85. Grayscale: #989898. Windows color (decimal): -4878214 or 8032437. OLE color: 8032437.

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

Color convert

RGB181144122-
CMYK00.200.330.29
HSL22.37º28.5%59.41%-
HSV(B)22.37º32.6%70.98%-
XYZ32.5431.1822.71-
YUV152.56110.76148.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=40.49%
G=32.21%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114412200.200.330.2922.3728.559.41
HexB5907A014211D161d3b
Octal2652201720244135263573
Binary10110101100100001111010010100100001111011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5907A; }

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

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

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

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

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

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

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

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