#B4907D

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

Shades of Sandrift #B4907D

Tints of Sandrift #B4907D

Color information

#B4907D (or 0xB4907D) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 7D. RGB value is (180,144,125). Sum of RGB (Red+Green+Blue) = 180+144+125=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907D is #4B6F82. Grayscale: #989898. Windows color (decimal): -4943747 or 8229044. OLE color: 8229044.

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

Color convert

RGB180144125-
CMYK00.20.310.29
HSL20.73º26.83%59.8%-
HSV(B)20.73º30.56%70.59%-
XYZ32.531.1323.7-
YUV152.6112.43147.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=40.09%
G=32.07%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412500.20.310.2920.7326.8359.8
HexB4907D0141F1D151b3c
Octal2642201750243735253374
Binary1011010010010000111110101010011111111011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4907D; }

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

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

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

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

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

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

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

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