#B9AA04

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

Shades of La Rioja #B9AA04

Tints of La Rioja #B9AA04

Color information

#B9AA04 (or 0xB9AA04) is unknown color: approx La Rioja. HEX triplet: B9, AA and 04. RGB value is (185,170,4). Sum of RGB (Red+Green+Blue) = 185+170+4=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA04 is #4655FB. Grayscale: #9C9C9C. Windows color (decimal): -4609532 or 305849. OLE color: 305849.

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

Color convert

RGB1851704-
CMYK00.080.980.27
HSL55.03º95.77%37.06%-
HSV(B)55.03º97.84%72.55%-
XYZ34.439.075.84-
YUV155.5642.47149-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 4 (1.95% from 255) = 1.11%
R=51.53%
G=47.35%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185170400.080.980.2755.0395.7737.06
HexB9AA408621B376025
Octal2712524010142336714045
Binary1011100110101010100010001100010110111101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA04; }

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

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

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

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

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

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

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

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