#B29571

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

Shades of Sandrift #B29571

Tints of Sandrift #B29571

Color information

#B29571 (or 0xB29571) is unknown color: approx Sandrift. HEX triplet: B2, 95 and 71. RGB value is (178,149,113). Sum of RGB (Red+Green+Blue) = 178+149+113=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29571 is #4D6A8E. Grayscale: #999999. Windows color (decimal): -5073551 or 7443890. OLE color: 7443890.

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

Color convert

RGB178149113-
CMYK00.160.370.30
HSL33.23º29.68%57.06%-
HSV(B)33.23º36.52%69.8%-
XYZ32.0932.1520.14-
YUV153.57105.11145.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=40.45%
G=33.86%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814911300.160.370.3033.2329.6857.06
HexB29571010251E211e39
Octal2622251610204536413671
Binary101100101001010111100010100001001011111010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29571; }

 p { color: rgb(178,149,113); }

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

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

 a { background-color: rgb(178,149,113); }

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

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

 span { border-color: rgb(178,149,113); }

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