#B29474

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

Shades of Sandrift #B29474

Tints of Sandrift #B29474

Color information

#B29474 (or 0xB29474) is unknown color: approx Sandrift. HEX triplet: B2, 94 and 74. RGB value is (178,148,116). Sum of RGB (Red+Green+Blue) = 178+148+116=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29474 is #4D6B8B. Grayscale: #999999. Windows color (decimal): -5073804 or 7640242. OLE color: 7640242.

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

Color convert

RGB178148116-
CMYK00.170.350.30
HSL30.97º28.7%57.65%-
HSV(B)30.97º34.83%69.8%-
XYZ32.131.9120.99-
YUV153.32106.94145.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=40.27%
G=33.48%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814811600.170.350.3030.9728.757.65
HexB29474011231E1f1d3a
Octal2622241640214336373572
Binary10110010100101001110100010001100011111101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29474; }

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

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

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

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

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

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

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

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