#B4927D

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

Shades of Sandrift #B4927D

Tints of Sandrift #B4927D

Color information

#B4927D (or 0xB4927D) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 7D. RGB value is (180,146,125). Sum of RGB (Red+Green+Blue) = 180+146+125=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4927D is #4B6D82. Grayscale: #999999. Windows color (decimal): -4943235 or 8229556. OLE color: 8229556.

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

Color convert

RGB180146125-
CMYK00.190.310.29
HSL22.91º26.83%59.8%-
HSV(B)22.91º30.56%70.59%-
XYZ32.831.7423.8-
YUV153.77111.76146.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=39.91%
G=32.37%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014612500.190.310.2922.9126.8359.8
HexB4927D0131F1D171b3c
Octal2642221750233735273374
Binary1011010010010010111110101001111111111011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4927D; }

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

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

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

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

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

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

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

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