#B29478

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

Shades of Sandrift #B29478

Tints of Sandrift #B29478

Color information

#B29478 (or 0xB29478) is unknown color: approx Sandrift. HEX triplet: B2, 94 and 78. RGB value is (178,148,120). Sum of RGB (Red+Green+Blue) = 178+148+120=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29478 is #4D6B87. Grayscale: #999999. Windows color (decimal): -5073800 or 7902386. OLE color: 7902386.

HSL color Cylindrical-coordinate representation of color #B29478: hue angle of 28.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29478 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178148120-
CMYK00.170.330.30
HSL28.97º27.36%58.43%-
HSV(B)28.97º32.58%69.8%-
XYZ32.343222.24-
YUV153.78108.94145.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=39.91%
G=33.18%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814812000.170.330.3028.9727.3658.43
HexB29478011211E1d1b3a
Octal2622241700214136353372
Binary10110010100101001111000010001100001111101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29478; }

 p { color: rgb(178,148,120); }

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

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

 a { background-color: rgb(178,148,120); }

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

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

 span { border-color: rgb(178,148,120); }

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