#B3927D

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

Shades of Sandrift #B3927D

Tints of Sandrift #B3927D

Color information

#B3927D (or 0xB3927D) is unknown color: approx Sandrift. HEX triplet: B3, 92 and 7D. RGB value is (179,146,125). Sum of RGB (Red+Green+Blue) = 179+146+125=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3927D is #4C6D82. Grayscale: #999999. Windows color (decimal): -5008771 or 8229555. OLE color: 8229555.

HSL color Cylindrical-coordinate representation of color #B3927D: hue angle of 23.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3927D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179146125-
CMYK00.180.300.30
HSL23.33º26.21%59.61%-
HSV(B)23.33º30.17%70.2%-
XYZ32.5731.6223.79-
YUV153.47111.93146.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=39.78%
G=32.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914612500.180.300.3023.3326.2159.61
HexB3927D0121E1E171a3c
Octal2632221750223636273274
Binary1011001110010010111110101001011110111101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3927D; }

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

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

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

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

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

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

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

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