#B3971E

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

Shades of Sahara #B3971E

Tints of Sahara #B3971E

Color information

#B3971E (or 0xB3971E) is unknown color: approx Sahara. HEX triplet: B3, 97 and 1E. RGB value is (179,151,30). Sum of RGB (Red+Green+Blue) = 179+151+30=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3971E is #4C68E1. Grayscale: #929292. Windows color (decimal): -5007586 or 2004915. OLE color: 2004915.

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

Color convert

RGB17915130-
CMYK00.160.830.30
HSL48.72º71.29%40.98%-
HSV(B)48.72º83.24%70.2%-
XYZ29.8931.815.79-
YUV145.5862.78151.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=49.72%
G=41.94%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791513000.160.830.3048.7271.2940.98
HexB3971E010531E314729
Octal26322736020123366110751
Binary1011001110010111111100100001010011111101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3971E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3971E; }

 p { color: rgb(179,151,30); }

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

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

 a { background-color: rgb(179,151,30); }

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

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

 span { border-color: rgb(179,151,30); }

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