#B29373

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

Shades of Sandrift #B29373

Tints of Sandrift #B29373

Color information

#B29373 (or 0xB29373) is unknown color: approx Sandrift. HEX triplet: B2, 93 and 73. RGB value is (178,147,115). Sum of RGB (Red+Green+Blue) = 178+147+115=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29373 is #4D6C8C. Grayscale: #989898. Windows color (decimal): -5074061 or 7574450. OLE color: 7574450.

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

Color convert

RGB178147115-
CMYK00.170.350.30
HSL30.48º29.03%57.45%-
HSV(B)30.48º35.39%69.8%-
XYZ31.8931.5720.63-
YUV152.62106.77146.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=40.45%
G=33.41%
B=26.14%

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
Decimal17814711500.170.350.3030.4829.0357.45
HexB29373011231E1e1d39
Octal2622231630214336363571
Binary10110010100100111110011010001100011111101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29373; }

 p { color: rgb(178,147,115); }

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

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

 a { background-color: rgb(178,147,115); }

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

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

 span { border-color: rgb(178,147,115); }

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