#B1B710

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

Shades of La Rioja #B1B710

Tints of La Rioja #B1B710

Color information

#B1B710 (or 0xB1B710) is unknown color: approx La Rioja. HEX triplet: B1, B7 and 10. RGB value is (177,183,16). Sum of RGB (Red+Green+Blue) = 177+183+16=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B710 is #4E48EF. Grayscale: #A2A2A2. Windows color (decimal): -5130480 or 1095601. OLE color: 1095601.

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

Color convert

RGB17718316-
CMYK0.0300.910.28
HSL62.16º83.92%39.02%-
HSV(B)62.16º91.26%71.76%-
XYZ35.1643.256.99-
YUV162.1745.51138.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 183 (71.88% from 255) = 48.67%
BLUE value IS 16 (6.64% from 255) = 4.26%
R=47.07%
G=48.67%
B=4.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183160.0300.910.2862.1683.9239.02
HexB1B710305B1C3e5427
Octal2612672030133347612447
Binary1011000110110111100001101011011111001111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B710; }

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

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

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

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

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

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

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

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