#B9B414

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

Shades of La Rioja #B9B414

Tints of La Rioja #B9B414

Color information

#B9B414 (or 0xB9B414) is unknown color: approx La Rioja. HEX triplet: B9, B4 and 14. RGB value is (185,180,20). Sum of RGB (Red+Green+Blue) = 185+180+20=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B414 is #464BEB. Grayscale: #A3A3A3. Windows color (decimal): -4606956 or 1356985. OLE color: 1356985.

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

Color convert

RGB18518020-
CMYK00.030.890.27
HSL58.18º80.49%40.2%-
HSV(B)58.18º89.19%72.55%-
XYZ36.4643.017.04-
YUV163.2647.16143.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 20 (8.20% from 255) = 5.19%
R=48.05%
G=46.75%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851802000.030.890.2758.1880.4940.2
HexB9B41403591B3a5028
Octal2712642403131337212050
Binary1011100110110100101000111011001110111110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B414; }

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

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

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

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

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

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

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

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