#B29382

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

Shades of Sandrift #B29382

Tints of Sandrift #B29382

Color information

#B29382 (or 0xB29382) is unknown color: approx Sandrift. HEX triplet: B2, 93 and 82. RGB value is (178,147,130). Sum of RGB (Red+Green+Blue) = 178+147+130=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29382 is #4D6C7D. Grayscale: #9A9A9A. Windows color (decimal): -5074046 or 8557490. OLE color: 8557490.

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

Color convert

RGB178147130-
CMYK00.170.270.30
HSL21.25º23.76%60.39%-
HSV(B)21.25º26.97%69.8%-
XYZ32.8231.9425.55-
YUV154.33114.27144.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=39.12%
G=32.31%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814713000.170.270.3021.2523.7660.39
HexB293820111B1E15183c
Octal2622232020213336253074
Binary10110010100100111000001001000111011111101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29382; }

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

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

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

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

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

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

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

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