#B59426

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

Shades of Sahara #B59426

Tints of Sahara #B59426

Color information

#B59426 (or 0xB59426) is unknown color: approx Sahara. HEX triplet: B5, 94 and 26. RGB value is (181,148,38). Sum of RGB (Red+Green+Blue) = 181+148+38=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B59426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59426 is #4A6BD9. Grayscale: #919191. Windows color (decimal): -4877274 or 2528437. OLE color: 2528437.

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

Color convert

RGB18114838-
CMYK00.180.790.29
HSL46.15º65.3%42.94%-
HSV(B)46.15º79.01%70.98%-
XYZ3031.146.26-
YUV145.3367.43153.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=49.32%
G=40.33%
B=10.35%

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
Decimal1811483800.180.790.2946.1565.342.94
HexB594260124F1D2e412b
Octal26522446022117355610153
Binary10110101100101001001100100101001111111011011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59426; }

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

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

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

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

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

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

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

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