#B9B314

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

Shades of La Rioja #B9B314

Tints of La Rioja #B9B314

Color information

#B9B314 (or 0xB9B314) is unknown color: approx La Rioja. HEX triplet: B9, B3 and 14. RGB value is (185,179,20). Sum of RGB (Red+Green+Blue) = 185+179+20=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B314 is #464CEB. Grayscale: #A3A3A3. Windows color (decimal): -4607212 or 1356729. OLE color: 1356729.

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

Color convert

RGB18517920-
CMYK00.030.890.27
HSL57.82º80.49%40.2%-
HSV(B)57.82º89.19%72.55%-
XYZ36.2542.66.97-
YUV162.6747.49143.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 20 (8.20% from 255) = 5.21%
R=48.18%
G=46.61%
B=5.21%

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
Decimal1851792000.030.890.2757.8280.4940.2
HexB9B31403591B3a5028
Octal2712632403131337212050
Binary1011100110110011101000111011001110111110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B314; }

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

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

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

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

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

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

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

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