#B59C2B

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

Shades of Sahara #B59C2B

Tints of Sahara #B59C2B

Color information

#B59C2B (or 0xB59C2B) is unknown color: approx Sahara. HEX triplet: B5, 9C and 2B. RGB value is (181,156,43). Sum of RGB (Red+Green+Blue) = 181+156+43=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C2B is #4A63D4. Grayscale: #979797. Windows color (decimal): -4875221 or 2858165. OLE color: 2858165.

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

Color convert

RGB18115643-
CMYK00.140.760.29
HSL49.13º61.61%43.92%-
HSV(B)49.13º76.24%70.98%-
XYZ31.3833.787.15-
YUV150.5967.28149.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=47.63%
G=41.05%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811564300.140.760.2949.1361.6143.92
HexB59C2B0E4C1D313e2c
Octal2652345301611435617654
Binary101101011001110010101101110100110011101110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C2B; }

 p { color: rgb(181,156,43); }

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

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

 a { background-color: rgb(181,156,43); }

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

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

 span { border-color: rgb(181,156,43); }

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