#B3AA04

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

Shades of La Rioja #B3AA04

Tints of La Rioja #B3AA04

Color information

#B3AA04 (or 0xB3AA04) is unknown color: approx La Rioja. HEX triplet: B3, AA and 04. RGB value is (179,170,4). Sum of RGB (Red+Green+Blue) = 179+170+4=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AA04 is #4C55FB. Grayscale: #9A9A9A. Windows color (decimal): -5002748 or 305843. OLE color: 305843.

HSL color Cylindrical-coordinate representation of color #B3AA04: hue angle of 56.91º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3AA04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1791704-
CMYK00.050.980.30
HSL56.91º95.63%35.88%-
HSV(B)56.91º97.77%70.2%-
XYZ32.9938.345.78-
YUV153.7743.48146-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=50.71%
G=48.16%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179170400.050.980.3056.9195.6335.88
HexB3AA405621E396024
Octal263252405142367114044
Binary101100111010101010001011100010111101110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA04; }

 p { color: rgb(179,170,4); }

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

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

 a { background-color: rgb(179,170,4); }

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

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

 span { border-color: rgb(179,170,4); }

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