#BBAA02

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

Shades of La Rioja #BBAA02

Tints of La Rioja #BBAA02

Color information

#BBAA02 (or 0xBBAA02) is unknown color: approx La Rioja. HEX triplet: BB, AA and 02. RGB value is (187,170,2). Sum of RGB (Red+Green+Blue) = 187+170+2=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA02 is #4455FD. Grayscale: #9C9C9C. Windows color (decimal): -4478462 or 174779. OLE color: 174779.

HSL color Cylindrical-coordinate representation of color #BBAA02: hue angle of 54.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBAA02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1871702-
CMYK00.090.990.27
HSL54.49º97.88%37.06%-
HSV(B)54.49º98.93%73.33%-
XYZ34.8839.325.81-
YUV155.9341.13150.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=52.09%
G=47.35%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187170200.090.990.2754.4997.8837.06
HexBBAA209631B366225
Octal2732522011143336614245
Binary101110111010101010010011100011110111101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA02; }

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

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

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

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

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

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

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

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