#B58F1F

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

Shades of Sahara #B58F1F

Tints of Sahara #B58F1F

Color information

#B58F1F (or 0xB58F1F) is unknown color: approx Sahara. HEX triplet: B5, 8F and 1F. RGB value is (181,143,31). Sum of RGB (Red+Green+Blue) = 181+143+31=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F1F is #4A70E0. Grayscale: #8E8E8E. Windows color (decimal): -4878561 or 2068405. OLE color: 2068405.

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

Color convert

RGB18114331-
CMYK00.210.830.29
HSL44.8º70.75%41.57%-
HSV(B)44.8º82.87%70.98%-
XYZ29.1329.575.47-
YUV141.5965.59156.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 31 (12.5% from 255) = 8.73%
R=50.99%
G=40.28%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811433100.210.830.2944.870.7541.57
HexB58F1F015531D2d472a
Octal26521737025123355510752
Binary1011010110001111111110101011010011111011011011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F1F; }

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

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

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

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

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

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

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

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