#B59B2E

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

Shades of Sahara #B59B2E

Tints of Sahara #B59B2E

Color information

#B59B2E (or 0xB59B2E) is unknown color: approx Sahara. HEX triplet: B5, 9B and 2E. RGB value is (181,155,46). Sum of RGB (Red+Green+Blue) = 181+155+46=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B2E is #4A64D1. Grayscale: #969696. Windows color (decimal): -4875474 or 3054517. OLE color: 3054517.

HSL color Cylindrical-coordinate representation of color #B59B2E: hue angle of 48.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B59B2E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18115546-
CMYK00.140.750.29
HSL48.44º59.47%44.51%-
HSV(B)48.44º74.59%70.98%-
XYZ31.2733.467.4-
YUV150.3569.11149.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 46 (18.36% from 255) = 12.04%
R=47.38%
G=40.58%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811554600.140.750.2948.4459.4744.51
HexB59B2E0E4B1D303b2d
Octal2652335601611335607355
Binary101101011001101110111001110100101111101110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B2E; }

 p { color: rgb(181,155,46); }

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

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

 a { background-color: rgb(181,155,46); }

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

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

 span { border-color: rgb(181,155,46); }

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