#B3A12E

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

Shades of Sahara #B3A12E

Tints of Sahara #B3A12E

Color information

#B3A12E (or 0xB3A12E) is unknown color: approx Sahara. HEX triplet: B3, A1 and 2E. RGB value is (179,161,46). Sum of RGB (Red+Green+Blue) = 179+161+46=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A12E is #4C5ED1. Grayscale: #999999. Windows color (decimal): -5005010 or 3056051. OLE color: 3056051.

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

Color convert

RGB17916146-
CMYK00.100.740.30
HSL51.88º59.11%44.12%-
HSV(B)51.88º74.3%70.2%-
XYZ31.8335.277.72-
YUV153.2767.46146.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=46.37%
G=41.71%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791614600.100.740.3051.8859.1144.12
HexB3A12E0A4A1E343b2c
Octal2632415601211236647354
Binary101100111010000110111001010100101011110110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A12E; }

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

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

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

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

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

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

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

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