#B4907E

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

Shades of Sandrift #B4907E

Tints of Sandrift #B4907E

Color information

#B4907E (or 0xB4907E) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 7E. RGB value is (180,144,126). Sum of RGB (Red+Green+Blue) = 180+144+126=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907E is #4B6F81. Grayscale: #989898. Windows color (decimal): -4943746 or 8294580. OLE color: 8294580.

HSL color Cylindrical-coordinate representation of color #B4907E: hue angle of 20º degrees, saturation: 0.26, 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 #B4907E is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180144126-
CMYK00.20.30.29
HSL20º26.47%60%-
HSV(B)20º30%70.59%-
XYZ32.5631.1624.04-
YUV152.71112.93147.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 126 (49.61% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412600.20.30.292026.4760
HexB4907E0141E1D141a3c
Octal2642201760243635243274
Binary1011010010010000111111001010011110111011010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4907E; }

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

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

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

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

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

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

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

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