#B4907A

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

Shades of Sandrift #B4907A

Tints of Sandrift #B4907A

Color information

#B4907A (or 0xB4907A) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 7A. RGB value is (180,144,122). Sum of RGB (Red+Green+Blue) = 180+144+122=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907A is #4B6F85. Grayscale: #989898. Windows color (decimal): -4943750 or 8032436. OLE color: 8032436.

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

Color convert

RGB180144122-
CMYK00.20.320.29
HSL22.76º27.88%59.22%-
HSV(B)22.76º32.22%70.59%-
XYZ32.3131.0522.7-
YUV152.26110.93147.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=40.36%
G=32.29%
B=27.35%

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
Decimal18014412200.20.320.2922.7627.8859.22
HexB4907A014201D171c3b
Octal2642201720244035273473
Binary10110100100100001111010010100100000111011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4907A; }

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

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

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

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

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

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

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

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