#B4907B

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

Shades of Sandrift #B4907B

Tints of Sandrift #B4907B

Color information

#B4907B (or 0xB4907B) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 7B. RGB value is (180,144,123). Sum of RGB (Red+Green+Blue) = 180+144+123=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907B is #4B6F84. Grayscale: #989898. Windows color (decimal): -4943749 or 8097972. OLE color: 8097972.

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

Color convert

RGB180144123-
CMYK00.20.320.29
HSL22.11º27.54%59.41%-
HSV(B)22.11º31.67%70.59%-
XYZ32.3731.0823.03-
YUV152.37111.43147.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=40.27%
G=32.21%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412300.20.320.2922.1127.5459.41
HexB4907B014201D161c3b
Octal2642201730244035263473
Binary10110100100100001111011010100100000111011011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4907B; }

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

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

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

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

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

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

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

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