#B29983

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

Shades of Sandrift #B29983

Tints of Sandrift #B29983

Color information

#B29983 (or 0xB29983) is unknown color: approx Sandrift. HEX triplet: B2, 99 and 83. RGB value is (178,153,131). Sum of RGB (Red+Green+Blue) = 178+153+131=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B29983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29983 is #4D667C. Grayscale: #9E9E9E. Windows color (decimal): -5072509 or 8624562. OLE color: 8624562.

HSL color Cylindrical-coordinate representation of color #B29983: hue angle of 28.09º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29983 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178153131-
CMYK00.140.260.30
HSL28.09º23.38%60.59%-
HSV(B)28.09º26.4%69.8%-
XYZ33.8533.8926.23-
YUV157.97112.78142.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=38.53%
G=33.12%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815313100.140.260.3028.0923.3860.59
HexB299830E1A1E1c173d
Octal2622312030163236342775
Binary1011001010011001100000110111011010111101110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29983; }

 p { color: rgb(178,153,131); }

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

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

 a { background-color: rgb(178,153,131); }

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

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

 span { border-color: rgb(178,153,131); }

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