#B29282

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

Shades of Sandrift #B29282

Tints of Sandrift #B29282

Color information

#B29282 (or 0xB29282) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 82. RGB value is (178,146,130). Sum of RGB (Red+Green+Blue) = 178+146+130=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B29282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29282 is #4D6D7D. Grayscale: #999999. Windows color (decimal): -5074302 or 8557234. OLE color: 8557234.

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

Color convert

RGB178146130-
CMYK00.180.270.30
HSL20º23.76%60.39%-
HSV(B)20º26.97%69.8%-
XYZ32.6731.6325.5-
YUV153.74114.6145.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=39.21%
G=32.16%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814613000.180.270.302023.7660.39
HexB292820121B1E14183c
Octal2622222020223336243074
Binary10110010100100101000001001001011011111101010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29282; }

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

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

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

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

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

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

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

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