#B4B916

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

Shades of La Rioja #B4B916

Tints of La Rioja #B4B916

Color information

#B4B916 (or 0xB4B916) is unknown color: approx La Rioja. HEX triplet: B4, B9 and 16. RGB value is (180,185,22). Sum of RGB (Red+Green+Blue) = 180+185+22=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B916 is #4B46E9. Grayscale: #A5A5A5. Windows color (decimal): -4933354 or 1489332. OLE color: 1489332.

HSL color Cylindrical-coordinate representation of color #B4B916: hue angle of 61.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4B916 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18018522-
CMYK0.0300.880.27
HSL61.84º78.74%40.59%-
HSV(B)61.84º88.11%72.55%-
XYZ36.3244.467.43-
YUV164.9247.34138.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 22 (8.98% from 255) = 5.68%
R=46.51%
G=47.80%
B=5.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185220.0300.880.2761.8478.7440.59
HexB4B91630581B3e4f29
Octal2642712630130337611751
Binary1011010010111001101101101011000110111111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B916; }

 p { color: rgb(180,185,22); }

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

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

 a { background-color: rgb(180,185,22); }

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

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

 span { border-color: rgb(180,185,22); }

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