#B18E1E

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

Shades of Sahara #B18E1E

Tints of Sahara #B18E1E

Color information

#B18E1E (or 0xB18E1E) is unknown color: approx Sahara. HEX triplet: B1, 8E and 1E. RGB value is (177,142,30). Sum of RGB (Red+Green+Blue) = 177+142+30=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E1E is #4E71E1. Grayscale: #8C8C8C. Windows color (decimal): -5140962 or 2002609. OLE color: 2002609.

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

Color convert

RGB17714230-
CMYK00.200.830.31
HSL45.71º71.01%40.59%-
HSV(B)45.71º83.05%69.41%-
XYZ28.0428.795.31-
YUV139.766.1154.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=50.72%
G=40.69%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771423000.200.830.3145.7171.0140.59
HexB18E1E014531F2e4729
Octal26121636024123375610751
Binary1011000110001110111100101001010011111111011101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E1E; }

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

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

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

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

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

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

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

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