#B29773

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

Shades of Sandrift #B29773

Tints of Sandrift #B29773

Color information

#B29773 (or 0xB29773) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 73. RGB value is (178,151,115). Sum of RGB (Red+Green+Blue) = 178+151+115=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B29773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29773 is #4D688C. Grayscale: #9B9B9B. Windows color (decimal): -5073037 or 7575474. OLE color: 7575474.

HSL color Cylindrical-coordinate representation of color #B29773: hue angle of 34.29º 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 #B29773 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178151115-
CMYK00.150.350.30
HSL34.29º29.03%57.45%-
HSV(B)34.29º35.39%69.8%-
XYZ32.5232.8420.84-
YUV154.97105.45144.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=40.09%
G=34.01%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815111500.150.350.3034.2929.0357.45
HexB297730F231E221d39
Octal2622271630174336423571
Binary10110010100101111110011011111000111111010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29773; }

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

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

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

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

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

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

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

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