#B3AA02

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

Shades of La Rioja #B3AA02

Tints of La Rioja #B3AA02

Color information

#B3AA02 (or 0xB3AA02) is unknown color: approx La Rioja. HEX triplet: B3, AA and 02. RGB value is (179,170,2). Sum of RGB (Red+Green+Blue) = 179+170+2=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AA02 is #4C55FD. Grayscale: #9A9A9A. Windows color (decimal): -5002750 or 174771. OLE color: 174771.

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

Color convert

RGB1791702-
CMYK00.050.990.30
HSL56.95º97.79%35.49%-
HSV(B)56.95º98.88%70.2%-
XYZ32.9838.345.72-
YUV153.5442.48146.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=51.00%
G=48.43%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179170200.050.990.3056.9597.7935.49
HexB3AA205631E396223
Octal263252205143367114243
Binary10110011101010101001011100011111101110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA02; }

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

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

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

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

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

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

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

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