#B29D25

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

Shades of Sahara #B29D25

Tints of Sahara #B29D25

Color information

#B29D25 (or 0xB29D25) is unknown color: approx Sahara. HEX triplet: B2, 9D and 25. RGB value is (178,157,37). Sum of RGB (Red+Green+Blue) = 178+157+37=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D25 is #4D62DA. Grayscale: #969696. Windows color (decimal): -5071579 or 2465202. OLE color: 2465202.

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

Color convert

RGB17815737-
CMYK00.120.790.30
HSL51.06º65.58%42.16%-
HSV(B)51.06º79.21%69.8%-
XYZ30.7533.716.64-
YUV149.664.46148.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 37 (14.84% from 255) = 9.95%
R=47.85%
G=42.20%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781573700.120.790.3051.0665.5842.16
HexB29D250C4F1E33422a
Octal26223545014117366310252
Binary1011001010011101100101011001001111111101100111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D25; }

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

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

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

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

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

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

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

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