#B29629

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

Shades of Sahara #B29629

Tints of Sahara #B29629

Color information

#B29629 (or 0xB29629) is unknown color: approx Sahara. HEX triplet: B2, 96 and 29. RGB value is (178,150,41). Sum of RGB (Red+Green+Blue) = 178+150+41=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B29629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29629 is #4D69D6. Grayscale: #929292. Windows color (decimal): -5073367 or 2725554. OLE color: 2725554.

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

Color convert

RGB17815041-
CMYK00.160.770.30
HSL47.74º62.56%42.94%-
HSV(B)47.74º76.97%69.8%-
XYZ29.6731.446.6-
YUV145.9568.78150.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 41 (16.41% from 255) = 11.11%
R=48.24%
G=40.65%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781504100.160.770.3047.7462.5642.94
HexB296290104D1E303f2b
Octal2622265102011536607753
Binary1011001010010110101001010000100110111110110000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29629; }

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

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

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

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

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

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

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

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