#B29683

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

Shades of Sandrift #B29683

Tints of Sandrift #B29683

Color information

#B29683 (or 0xB29683) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 83. RGB value is (178,150,131). Sum of RGB (Red+Green+Blue) = 178+150+131=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B29683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29683 is #4D697C. Grayscale: #9C9C9C. Windows color (decimal): -5073277 or 8623794. OLE color: 8623794.

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

Color convert

RGB178150131-
CMYK00.160.260.30
HSL24.26º23.38%60.59%-
HSV(B)24.26º26.4%69.8%-
XYZ33.3632.9226.07-
YUV156.21113.78143.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=38.78%
G=32.68%
B=28.54%

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
Decimal17815013100.160.260.3024.2623.3860.59
HexB296830101A1E18173d
Octal2622262030203236302775
Binary10110010100101101000001101000011010111101100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29683; }

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

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

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

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

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

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

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

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