#B9A804

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

Shades of La Rioja #B9A804

Tints of La Rioja #B9A804

Color information

#B9A804 (or 0xB9A804) is unknown color: approx La Rioja. HEX triplet: B9, A8 and 04. RGB value is (185,168,4). Sum of RGB (Red+Green+Blue) = 185+168+4=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A804 is #4657FB. Grayscale: #9B9B9B. Windows color (decimal): -4610044 or 305337. OLE color: 305337.

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

Color convert

RGB1851684-
CMYK00.090.980.27
HSL54.36º95.77%37.06%-
HSV(B)54.36º97.84%72.55%-
XYZ34.0338.335.72-
YUV154.3943.13149.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=51.82%
G=47.06%
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
Decimal185168400.090.980.2754.3695.7737.06
HexB9A8409621B366025
Octal2712504011142336614045
Binary1011100110101000100010011100010110111101101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A804; }

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

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

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

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

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

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

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

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