#B3962E

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

Shades of Sahara #B3962E

Tints of Sahara #B3962E

Color information

#B3962E (or 0xB3962E) is unknown color: approx Sahara. HEX triplet: B3, 96 and 2E. RGB value is (179,150,46). Sum of RGB (Red+Green+Blue) = 179+150+46=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3962E is #4C69D1. Grayscale: #939393. Windows color (decimal): -5007826 or 3053235. OLE color: 3053235.

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

Color convert

RGB17915046-
CMYK00.160.740.30
HSL46.92º59.11%44.12%-
HSV(B)46.92º74.3%70.2%-
XYZ29.9931.597.1-
YUV146.8271.11150.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=47.73%
G=40%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791504600.160.740.3046.9259.1144.12
HexB3962E0104A1E2f3b2c
Octal2632265602011236577354
Binary1011001110010110101110010000100101011110101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3962E; }

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

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

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

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

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

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

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

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