#B5911F

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

Shades of Sahara #B5911F

Tints of Sahara #B5911F

Color information

#B5911F (or 0xB5911F) is unknown color: approx Sahara. HEX triplet: B5, 91 and 1F. RGB value is (181,145,31). Sum of RGB (Red+Green+Blue) = 181+145+31=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5911F is #4A6EE0. Grayscale: #8F8F8F. Windows color (decimal): -4878049 or 2068917. OLE color: 2068917.

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

Color convert

RGB18114531-
CMYK00.200.830.29
HSL45.6º70.75%41.57%-
HSV(B)45.6º82.87%70.98%-
XYZ29.4330.175.57-
YUV142.7764.93155.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 31 (12.5% from 255) = 8.68%
R=50.70%
G=40.62%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811453100.200.830.2945.670.7541.57
HexB5911F014531D2e472a
Octal26522137024123355610752
Binary1011010110010001111110101001010011111011011101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5911F; }

 p { color: rgb(181,145,31); }

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

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

 a { background-color: rgb(181,145,31); }

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

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

 span { border-color: rgb(181,145,31); }

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