#B29678

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

Shades of Sandrift #B29678

Tints of Sandrift #B29678

Color information

#B29678 (or 0xB29678) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 78. RGB value is (178,150,120). Sum of RGB (Red+Green+Blue) = 178+150+120=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B29678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29678 is #4D6987. Grayscale: #9B9B9B. Windows color (decimal): -5073288 or 7902898. OLE color: 7902898.

HSL color Cylindrical-coordinate representation of color #B29678: hue angle of 31.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29678 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178150120-
CMYK00.160.330.30
HSL31.03º27.36%58.43%-
HSV(B)31.03º32.58%69.8%-
XYZ32.6632.6322.35-
YUV154.95108.28144.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=39.73%
G=33.48%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815012000.160.330.3031.0327.3658.43
HexB29678010211E1f1b3a
Octal2622261700204136373372
Binary10110010100101101111000010000100001111101111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29678; }

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

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

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

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

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

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

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

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