#B4907F

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

Shades of Sandrift #B4907F

Tints of Sandrift #B4907F

Color information

#B4907F (or 0xB4907F) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 7F. RGB value is (180,144,127). Sum of RGB (Red+Green+Blue) = 180+144+127=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907F is #4B6F80. Grayscale: #989898. Windows color (decimal): -4943745 or 8360116. OLE color: 8360116.

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

Color convert

RGB180144127-
CMYK00.20.290.29
HSL19.25º26.11%60.2%-
HSV(B)19.25º29.44%70.59%-
XYZ32.6331.1824.38-
YUV152.83113.43147.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 127 (50% from 255) = 28.16%
R=39.91%
G=31.93%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412700.20.290.2919.2526.1160.2
HexB4907F0141D1D131a3c
Octal2642201770243535233274
Binary1011010010010000111111101010011101111011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4907F; }

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

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

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

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

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

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

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

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