#B29684

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

Shades of Sandrift #B29684

Tints of Sandrift #B29684

Color information

#B29684 (or 0xB29684) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 84. RGB value is (178,150,132). Sum of RGB (Red+Green+Blue) = 178+150+132=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29684 is #4D697B. Grayscale: #9C9C9C. Windows color (decimal): -5073276 or 8689330. OLE color: 8689330.

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

Color convert

RGB178150132-
CMYK00.160.260.30
HSL23.48º23%60.78%-
HSV(B)23.48º25.84%69.8%-
XYZ33.4332.9426.43-
YUV156.32114.28143.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=38.70%
G=32.61%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815013200.160.260.3023.482360.78
HexB296840101A1E17173d
Octal2622262040203236272775
Binary10110010100101101000010001000011010111101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29684; }

 p { color: rgb(178,150,132); }

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

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

 a { background-color: rgb(178,150,132); }

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

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

 span { border-color: rgb(178,150,132); }

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