#b18b1f

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

Shades of Sahara #B18B1F

Tints of Sahara #B18B1F

Color information

#B18B1F (or 0xB18B1F) is unknown color: approx Sahara. HEX triplet: B1, 8B and 1F. RGB value is (177,139,31). Sum of RGB (Red+Green+Blue) = 177+139+31=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B1F is #4E74E0. Grayscale: #8A8A8A. Windows color (decimal): -5141729 or 2067377. OLE color: 2067377.

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

Color convert

RGB17713931-
CMYK00.210.820.31
HSL44.38º70.19%40.78%-
HSV(B)44.38º82.49%69.41%-
XYZ27.6127.915.23-
YUV138.0567.59155.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=51.01%
G=40.06%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771393100.210.820.3144.3870.1940.78
HexB18B1F015521F2c4629
Octal26121337025122375410651
Binary1011000110001011111110101011010010111111011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18b1f; }

 p { color: rgb(177,139,31); }

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

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

 a { background-color: rgb(177,139,31); }

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

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

 span { border-color: rgb(177,139,31); }

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