#B59226

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

Shades of Sahara #B59226

Tints of Sahara #B59226

Color information

#B59226 (or 0xB59226) is unknown color: approx Sahara. HEX triplet: B5, 92 and 26. RGB value is (181,146,38). Sum of RGB (Red+Green+Blue) = 181+146+38=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B59226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59226 is #4A6DD9. Grayscale: #909090. Windows color (decimal): -4877786 or 2527925. OLE color: 2527925.

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

Color convert

RGB18114638-
CMYK00.190.790.29
HSL45.31º65.3%42.94%-
HSV(B)45.31º79.01%70.98%-
XYZ29.6830.526.16-
YUV144.1568.1154.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=49.59%
G=40%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811463800.190.790.2945.3165.342.94
HexB592260134F1D2d412b
Octal26522246023117355510153
Binary10110101100100101001100100111001111111011011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59226; }

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

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

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

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

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

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

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

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