#B29778

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

Shades of Sandrift #B29778

Tints of Sandrift #B29778

Color information

#B29778 (or 0xB29778) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 78. RGB value is (178,151,120). Sum of RGB (Red+Green+Blue) = 178+151+120=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B29778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29778 is #4D6887. Grayscale: #9B9B9B. Windows color (decimal): -5073032 or 7903154. OLE color: 7903154.

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

Color convert

RGB178151120-
CMYK00.150.330.30
HSL32.07º27.36%58.43%-
HSV(B)32.07º32.58%69.8%-
XYZ32.8232.9522.4-
YUV155.54107.95144.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=39.64%
G=33.63%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815112000.150.330.3032.0727.3658.43
HexB297780F211E201b3a
Octal2622271700174136403372
Binary10110010100101111111000011111000011111010000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29778; }

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

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

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

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

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

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

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

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