#B9AA06

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

Shades of La Rioja #B9AA06

Tints of La Rioja #B9AA06

Color information

#B9AA06 (or 0xB9AA06) is unknown color: approx La Rioja. HEX triplet: B9, AA and 06. RGB value is (185,170,6). Sum of RGB (Red+Green+Blue) = 185+170+6=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA06 is #4655F9. Grayscale: #9C9C9C. Windows color (decimal): -4609530 or 436921. OLE color: 436921.

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

Color convert

RGB1851706-
CMYK00.080.970.27
HSL54.97º93.72%37.45%-
HSV(B)54.97º96.76%72.55%-
XYZ34.4239.085.9-
YUV155.7943.47148.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 6 (2.73% from 255) = 1.66%
R=51.25%
G=47.09%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185170600.080.970.2754.9793.7237.45
HexB9AA608611B375e25
Octal2712526010141336713645
Binary1011100110101010110010001100001110111101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA06; }

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

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

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

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

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

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

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

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