#B29283

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

Shades of Sandrift #B29283

Tints of Sandrift #B29283

Color information

#B29283 (or 0xB29283) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 83. RGB value is (178,146,131). Sum of RGB (Red+Green+Blue) = 178+146+131=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29283 is #4D6D7C. Grayscale: #999999. Windows color (decimal): -5074301 or 8622770. OLE color: 8622770.

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

Color convert

RGB178146131-
CMYK00.180.260.30
HSL19.15º23.38%60.59%-
HSV(B)19.15º26.4%69.8%-
XYZ32.7431.6625.86-
YUV153.86115.1145.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=39.12%
G=32.09%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814613100.180.260.3019.1523.3860.59
HexB292830121A1E13173d
Octal2622222030223236232775
Binary10110010100100101000001101001011010111101001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29283; }

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

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

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

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

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

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

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

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