#B5921F

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

Shades of Sahara #B5921F

Tints of Sahara #B5921F

Color information

#B5921F (or 0xB5921F) is unknown color: approx Sahara. HEX triplet: B5, 92 and 1F. RGB value is (181,146,31). Sum of RGB (Red+Green+Blue) = 181+146+31=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5921F is #4A6DE0. Grayscale: #8F8F8F. Windows color (decimal): -4877793 or 2069173. OLE color: 2069173.

HSL color Cylindrical-coordinate representation of color #B5921F: hue angle of 46º 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 #B5921F is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18114631-
CMYK00.190.830.29
HSL46º70.75%41.57%-
HSV(B)46º82.87%70.98%-
XYZ29.5830.485.62-
YUV143.3564.6154.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 31 (12.5% from 255) = 8.66%
R=50.56%
G=40.78%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811463100.190.830.294670.7541.57
HexB5921F013531D2e472a
Octal26522237023123355610752
Binary1011010110010010111110100111010011111011011101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5921F; }

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

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

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

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

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

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

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

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