#b49426

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

Shades of Sahara #B49426

Tints of Sahara #B49426

Color information

#B49426 (or 0xB49426) is unknown color: approx Sahara. HEX triplet: B4, 94 and 26. RGB value is (180,148,38). Sum of RGB (Red+Green+Blue) = 180+148+38=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49426 is #4B6BD9. Grayscale: #919191. Windows color (decimal): -4942810 or 2528436. OLE color: 2528436.

HSL color Cylindrical-coordinate representation of color #B49426: hue angle of 46.48º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B49426 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18014838-
CMYK00.180.790.29
HSL46.48º65.14%42.75%-
HSV(B)46.48º78.89%70.59%-
XYZ29.7631.026.25-
YUV145.0367.6152.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 38 (15.23% from 255) = 10.38%
R=49.18%
G=40.44%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801483800.180.790.2946.4865.1442.75
HexB494260124F1D2e412b
Octal26422446022117355610153
Binary10110100100101001001100100101001111111011011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49426; }

 p { color: rgb(180,148,38); }

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

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

 a { background-color: rgb(180,148,38); }

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

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

 span { border-color: rgb(180,148,38); }

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