#B9A904

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

Shades of La Rioja #B9A904

Tints of La Rioja #B9A904

Color information

#B9A904 (or 0xB9A904) is unknown color: approx La Rioja. HEX triplet: B9, A9 and 04. RGB value is (185,169,4). Sum of RGB (Red+Green+Blue) = 185+169+4=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A904 is #4656FB. Grayscale: #9B9B9B. Windows color (decimal): -4609788 or 305593. OLE color: 305593.

HSL color Cylindrical-coordinate representation of color #B9A904: hue angle of 54.7º 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 #B9A904 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1851694-
CMYK00.090.980.27
HSL54.7º95.77%37.06%-
HSV(B)54.7º97.84%72.55%-
XYZ34.2238.75.78-
YUV154.9742.8149.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=51.68%
G=47.21%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185169400.090.980.2754.795.7737.06
HexB9A9409621B376025
Octal2712514011142336714045
Binary1011100110101001100010011100010110111101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A904; }

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

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

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

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

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

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

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

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