#B9B710

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

Shades of La Rioja #B9B710

Tints of La Rioja #B9B710

Color information

#B9B710 (or 0xB9B710) is unknown color: approx La Rioja. HEX triplet: B9, B7 and 10. RGB value is (185,183,16). Sum of RGB (Red+Green+Blue) = 185+183+16=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B710 is #4648EF. Grayscale: #A5A5A5. Windows color (decimal): -4606192 or 1095609. OLE color: 1095609.

HSL color Cylindrical-coordinate representation of color #B9B710: hue angle of 59.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9B710 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18518316-
CMYK00.010.910.27
HSL59.29º84.08%39.41%-
HSV(B)59.29º91.35%72.55%-
XYZ37.0344.227.07-
YUV164.5644.16142.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 183 (71.88% from 255) = 47.66%
BLUE value IS 16 (6.64% from 255) = 4.17%
R=48.18%
G=47.66%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851831600.010.910.2759.2984.0839.41
HexB9B710015B1B3b5427
Octal2712672001133337312447
Binary101110011011011110000011011011110111110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B710; }

 p { color: rgb(185,183,16); }

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

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

 a { background-color: rgb(185,183,16); }

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

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

 span { border-color: rgb(185,183,16); }

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