#B29A28

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

Shades of Sahara #B29A28

Tints of Sahara #B29A28

Color information

#B29A28 (or 0xB29A28) is unknown color: approx Sahara. HEX triplet: B2, 9A and 28. RGB value is (178,154,40). Sum of RGB (Red+Green+Blue) = 178+154+40=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A28 is #4D65D7. Grayscale: #949494. Windows color (decimal): -5072344 or 2661042. OLE color: 2661042.

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

Color convert

RGB17815440-
CMYK00.130.780.30
HSL49.57º63.3%42.75%-
HSV(B)49.57º77.53%69.8%-
XYZ30.332.736.73-
YUV148.1866.95149.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=47.85%
G=41.40%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781544000.130.780.3049.5763.342.75
HexB29A280D4E1E323f2b
Octal2622325001511636627753
Binary101100101001101010100001101100111011110110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A28; }

 p { color: rgb(178,154,40); }

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

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

 a { background-color: rgb(178,154,40); }

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

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

 span { border-color: rgb(178,154,40); }

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