#B9B504

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

Shades of La Rioja #B9B504

Tints of La Rioja #B9B504

Color information

#B9B504 (or 0xB9B504) is unknown color: approx La Rioja. HEX triplet: B9, B5 and 04. RGB value is (185,181,4). Sum of RGB (Red+Green+Blue) = 185+181+4=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B504 is #464AFB. Grayscale: #A2A2A2. Windows color (decimal): -4606716 or 308665. OLE color: 308665.

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

Color convert

RGB1851814-
CMYK00.020.980.27
HSL58.67º95.77%37.06%-
HSV(B)58.67º97.84%72.55%-
XYZ36.5543.376.56-
YUV162.0238.83144.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=50%
G=48.92%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185181400.020.980.2758.6795.7737.06
HexB9B5402621B3b6025
Octal271265402142337314045
Binary10111001101101011000101100010110111110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B504; }

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

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

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

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

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

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

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

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