#B9AC04

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

Shades of La Rioja #B9AC04

Tints of La Rioja #B9AC04

Color information

#B9AC04 (or 0xB9AC04) is unknown color: approx La Rioja. HEX triplet: B9, AC and 04. RGB value is (185,172,4). Sum of RGB (Red+Green+Blue) = 185+172+4=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AC04 is #4653FB. Grayscale: #9D9D9D. Windows color (decimal): -4609020 or 306361. OLE color: 306361.

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

Color convert

RGB1851724-
CMYK00.070.980.27
HSL55.69º95.77%37.06%-
HSV(B)55.69º97.84%72.55%-
XYZ34.7839.835.97-
YUV156.7341.81148.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 4 (1.95% from 255) = 1.11%
R=51.25%
G=47.65%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185172400.070.980.2755.6995.7737.06
HexB9AC407621B386025
Octal271254407142337014045
Binary101110011010110010001111100010110111110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC04; }

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

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

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

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

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

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

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

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