#B18E25

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

Shades of Sahara #B18E25

Tints of Sahara #B18E25

Color information

#B18E25 (or 0xB18E25) is unknown color: approx Sahara. HEX triplet: B1, 8E and 25. RGB value is (177,142,37). Sum of RGB (Red+Green+Blue) = 177+142+37=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E25 is #4E71DA. Grayscale: #8C8C8C. Windows color (decimal): -5140955 or 2461361. OLE color: 2461361.

HSL color Cylindrical-coordinate representation of color #B18E25: hue angle of 45º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B18E25 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17714237-
CMYK00.200.790.31
HSL45º65.42%41.96%-
HSV(B)45º79.1%69.41%-
XYZ28.1428.835.83-
YUV140.4969.6154.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 37 (14.84% from 255) = 10.39%
R=49.72%
G=39.89%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771423700.200.790.314565.4241.96
HexB18E250144F1F2d412a
Octal26121645024117375510152
Binary10110001100011101001010101001001111111111011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E25; }

 p { color: rgb(177,142,37); }

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

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

 a { background-color: rgb(177,142,37); }

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

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

 span { border-color: rgb(177,142,37); }

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