#B3932E

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

Shades of Sahara #B3932E

Tints of Sahara #B3932E

Color information

#B3932E (or 0xB3932E) is unknown color: approx Sahara. HEX triplet: B3, 93 and 2E. RGB value is (179,147,46). Sum of RGB (Red+Green+Blue) = 179+147+46=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3932E is #4C6CD1. Grayscale: #919191. Windows color (decimal): -5008594 or 3052467. OLE color: 3052467.

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

Color convert

RGB17914746-
CMYK00.180.740.30
HSL45.56º59.11%44.12%-
HSV(B)45.56º74.3%70.2%-
XYZ29.5230.656.94-
YUV145.0572.1152.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=48.12%
G=39.52%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791474600.180.740.3045.5659.1144.12
HexB3932E0124A1E2e3b2c
Octal2632235602211236567354
Binary1011001110010011101110010010100101011110101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3932E; }

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

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

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

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

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

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

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

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