#B29825

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

Shades of Sahara #B29825

Tints of Sahara #B29825

Color information

#B29825 (or 0xB29825) is unknown color: approx Sahara. HEX triplet: B2, 98 and 25. RGB value is (178,152,37). Sum of RGB (Red+Green+Blue) = 178+152+37=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B29825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29825 is #4D67DA. Grayscale: #939393. Windows color (decimal): -5072859 or 2463922. OLE color: 2463922.

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

Color convert

RGB17815237-
CMYK00.150.790.30
HSL48.94º65.58%42.16%-
HSV(B)48.94º79.21%69.8%-
XYZ29.9232.066.36-
YUV146.6666.11150.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 37 (14.84% from 255) = 10.08%
R=48.50%
G=41.42%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781523700.150.790.3048.9465.5842.16
HexB298250F4F1E31422a
Octal26223045017117366110252
Binary1011001010011000100101011111001111111101100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29825; }

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

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

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

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

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

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

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

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