#B59826

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

Shades of Sahara #B59826

Tints of Sahara #B59826

Color information

#B59826 (or 0xB59826) is unknown color: approx Sahara. HEX triplet: B5, 98 and 26. RGB value is (181,152,38). Sum of RGB (Red+Green+Blue) = 181+152+38=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B59826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59826 is #4A67D9. Grayscale: #949494. Windows color (decimal): -4876250 or 2529461. OLE color: 2529461.

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

Color convert

RGB18115238-
CMYK00.160.790.29
HSL47.83º65.3%42.94%-
HSV(B)47.83º79.01%70.98%-
XYZ30.6332.426.48-
YUV147.6766.11151.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 38 (15.23% from 255) = 10.24%
R=48.79%
G=40.97%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811523800.160.790.2947.8365.342.94
HexB598260104F1D30412b
Octal26523046020117356010153
Binary10110101100110001001100100001001111111011100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59826; }

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

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

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

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

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

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

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

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