#B29780

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

Shades of Sandrift #B29780

Tints of Sandrift #B29780

Color information

#B29780 (or 0xB29780) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 80. RGB value is (178,151,128). Sum of RGB (Red+Green+Blue) = 178+151+128=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29780 is #4D687F. Grayscale: #9C9C9C. Windows color (decimal): -5073024 or 8427442. OLE color: 8427442.

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

Color convert

RGB178151128-
CMYK00.150.280.30
HSL27.6º24.51%60%-
HSV(B)27.6º28.09%69.8%-
XYZ33.3233.1625.07-
YUV156.45111.95143.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=38.95%
G=33.04%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815112800.150.280.3027.624.5160
HexB297800F1C1E1c193c
Octal2622272000173436343174
Binary1011001010010111100000000111111100111101110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29780; }

 p { color: rgb(178,151,128); }

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

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

 a { background-color: rgb(178,151,128); }

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

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

 span { border-color: rgb(178,151,128); }

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