#B3981E

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

Shades of Sahara #B3981E

Tints of Sahara #B3981E

Color information

#B3981E (or 0xB3981E) is unknown color: approx Sahara. HEX triplet: B3, 98 and 1E. RGB value is (179,152,30). Sum of RGB (Red+Green+Blue) = 179+152+30=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3981E is #4C67E1. Grayscale: #929292. Windows color (decimal): -5007330 or 2005171. OLE color: 2005171.

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

Color convert

RGB17915230-
CMYK00.150.830.30
HSL49.13º71.29%40.98%-
HSV(B)49.13º83.24%70.2%-
XYZ30.0532.135.85-
YUV146.1662.45151.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=49.58%
G=42.11%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791523000.150.830.3049.1371.2940.98
HexB3981E0F531E314729
Octal26323036017123366110751
Binary101100111001100011110011111010011111101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3981E; }

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

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

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

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

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

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

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

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