#B29377

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

Shades of Sandrift #B29377

Tints of Sandrift #B29377

Color information

#B29377 (or 0xB29377) is unknown color: approx Sandrift. HEX triplet: B2, 93 and 77. RGB value is (178,147,119). Sum of RGB (Red+Green+Blue) = 178+147+119=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B29377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29377 is #4D6C88. Grayscale: #999999. Windows color (decimal): -5074057 or 7836594. OLE color: 7836594.

HSL color Cylindrical-coordinate representation of color #B29377: hue angle of 28.47º degrees, saturation: 0.28, 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 #B29377 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178147119-
CMYK00.170.330.30
HSL28.47º27.7%58.24%-
HSV(B)28.47º33.15%69.8%-
XYZ32.1231.6621.87-
YUV153.08108.77145.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=40.09%
G=33.11%
B=26.80%

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
Decimal17814711900.170.330.3028.4727.758.24
HexB29377011211E1c1c3a
Octal2622231670214136343472
Binary10110010100100111110111010001100001111101110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29377; }

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

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

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

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

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

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

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

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