#B3A02C

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

Shades of Sahara #B3A02C

Tints of Sahara #B3A02C

Color information

#B3A02C (or 0xB3A02C) is unknown color: approx Sahara. HEX triplet: B3, A0 and 2C. RGB value is (179,160,44). Sum of RGB (Red+Green+Blue) = 179+160+44=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A02C is #4C5FD3. Grayscale: #989898. Windows color (decimal): -5005268 or 2924723. OLE color: 2924723.

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

Color convert

RGB17916044-
CMYK00.110.750.30
HSL51.56º60.54%43.73%-
HSV(B)51.56º75.42%70.2%-
XYZ31.6234.917.45-
YUV152.4666.79146.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 44 (17.58% from 255) = 11.49%
R=46.74%
G=41.78%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791604400.110.750.3051.5660.5443.73
HexB3A02C0B4B1E343d2c
Octal2632405401311336647554
Binary101100111010000010110001011100101111110110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A02C; }

 p { color: rgb(179,160,44); }

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

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

 a { background-color: rgb(179,160,44); }

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

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

 span { border-color: rgb(179,160,44); }

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