#B3932A

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

Shades of Sahara #B3932A

Tints of Sahara #B3932A

Color information

#B3932A (or 0xB3932A) is unknown color: approx Sahara. HEX triplet: B3, 93 and 2A. RGB value is (179,147,42). Sum of RGB (Red+Green+Blue) = 179+147+42=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3932A is #4C6CD5. Grayscale: #919191. Windows color (decimal): -5008598 or 2790323. OLE color: 2790323.

HSL color Cylindrical-coordinate representation of color #B3932A: hue angle of 45.99º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3932A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17914742-
CMYK00.180.770.30
HSL45.99º61.99%43.33%-
HSV(B)45.99º76.54%70.2%-
XYZ29.4430.626.55-
YUV144.670.1152.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=48.64%
G=39.95%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791474200.180.770.3045.9961.9943.33
HexB3932A0124D1E2e3e2b
Octal2632235202211536567653
Binary1011001110010011101010010010100110111110101110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3932A; }

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

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

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

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

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

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

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

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