#B3961F

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

Shades of Sahara #B3961F

Tints of Sahara #B3961F

Color information

#B3961F (or 0xB3961F) is unknown color: approx Sahara. HEX triplet: B3, 96 and 1F. RGB value is (179,150,31). Sum of RGB (Red+Green+Blue) = 179+150+31=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3961F is #4C69E0. Grayscale: #919191. Windows color (decimal): -5007841 or 2070195. OLE color: 2070195.

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

Color convert

RGB17915031-
CMYK00.160.830.30
HSL48.24º70.48%41.18%-
HSV(B)48.24º82.68%70.2%-
XYZ29.7431.55.81-
YUV145.163.61152.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 31 (12.5% from 255) = 8.61%
R=49.72%
G=41.67%
B=8.61%

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
Decimal1791503100.160.830.3048.2470.4841.18
HexB3961F010531E304629
Octal26322637020123366010651
Binary1011001110010110111110100001010011111101100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3961F; }

 p { color: rgb(179,150,31); }

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

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

 a { background-color: rgb(179,150,31); }

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

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

 span { border-color: rgb(179,150,31); }

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