#B29774

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

Shades of Sandrift #B29774

Tints of Sandrift #B29774

Color information

#B29774 (or 0xB29774) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 74. RGB value is (178,151,116). Sum of RGB (Red+Green+Blue) = 178+151+116=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B29774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29774 is #4D688B. Grayscale: #9B9B9B. Windows color (decimal): -5073036 or 7641010. OLE color: 7641010.

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

Color convert

RGB178151116-
CMYK00.150.350.30
HSL33.87º28.7%57.65%-
HSV(B)33.87º34.83%69.8%-
XYZ32.5832.8621.15-
YUV155.08105.95144.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=40%
G=33.93%
B=26.07%

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
Decimal17815111600.150.350.3033.8728.757.65
HexB297740F231E221d3a
Octal2622271640174336423572
Binary10110010100101111110100011111000111111010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29774; }

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

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

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

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

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

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

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

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