#B29375

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

Shades of Sandrift #B29375

Tints of Sandrift #B29375

Color information

#B29375 (or 0xB29375) is unknown color: approx Sandrift. HEX triplet: B2, 93 and 75. RGB value is (178,147,117). Sum of RGB (Red+Green+Blue) = 178+147+117=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29375 is #4D6C8A. Grayscale: #999999. Windows color (decimal): -5074059 or 7705522. OLE color: 7705522.

HSL color Cylindrical-coordinate representation of color #B29375: hue angle of 29.51º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29375 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178147117-
CMYK00.170.340.30
HSL29.51º28.37%57.84%-
HSV(B)29.51º34.27%69.8%-
XYZ3231.6221.25-
YUV152.85107.77145.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=40.27%
G=33.26%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814711700.170.340.3029.5128.3757.84
HexB29375011221E1e1c3a
Octal2622231650214236363472
Binary10110010100100111110101010001100010111101111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29375; }

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

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

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

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

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

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

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

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