#B29A25

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

Shades of Sahara #B29A25

Tints of Sahara #B29A25

Color information

#B29A25 (or 0xB29A25) is unknown color: approx Sahara. HEX triplet: B2, 9A and 25. RGB value is (178,154,37). Sum of RGB (Red+Green+Blue) = 178+154+37=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A25 is #4D65DA. Grayscale: #949494. Windows color (decimal): -5072347 or 2464434. OLE color: 2464434.

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

Color convert

RGB17815437-
CMYK00.130.790.30
HSL49.79º65.58%42.16%-
HSV(B)49.79º79.21%69.8%-
XYZ30.2532.716.47-
YUV147.8465.45149.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 154 (60.55% from 255) = 41.73%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=48.24%
G=41.73%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781543700.130.790.3049.7965.5842.16
HexB29A250D4F1E32422a
Octal26223245015117366210252
Binary1011001010011010100101011011001111111101100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A25; }

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

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

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

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

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

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

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

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