#B49281

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

Shades of Sandrift #B49281

Tints of Sandrift #B49281

Color information

#B49281 (or 0xB49281) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 81. RGB value is (180,146,129). Sum of RGB (Red+Green+Blue) = 180+146+129=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49281 is #4B6D7E. Grayscale: #9A9A9A. Windows color (decimal): -4943231 or 8491700. OLE color: 8491700.

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

Color convert

RGB180146129-
CMYK00.190.280.29
HSL20º25.37%60.59%-
HSV(B)20º28.33%70.59%-
XYZ33.0631.8525.17-
YUV154.23113.76146.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=39.56%
G=32.09%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014612900.190.280.292025.3760.59
HexB492810131C1D14193d
Octal2642222010233435243175
Binary10110100100100101000000101001111100111011010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49281; }

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

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

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

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

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

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

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

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