#B5B710

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

Shades of La Rioja #B5B710

Tints of La Rioja #B5B710

Color information

#B5B710 (or 0xB5B710) is unknown color: approx La Rioja. HEX triplet: B5, B7 and 10. RGB value is (181,183,16). Sum of RGB (Red+Green+Blue) = 181+183+16=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B710 is #4A48EF. Grayscale: #A4A4A4. Windows color (decimal): -4868336 or 1095605. OLE color: 1095605.

HSL color Cylindrical-coordinate representation of color #B5B710: hue angle of 60.72º 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 #B5B710 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB18118316-
CMYK0.0100.910.28
HSL60.72º83.92%39.02%-
HSV(B)60.72º91.26%71.76%-
XYZ36.0843.737.03-
YUV163.3644.84140.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 16 (6.64% from 255) = 4.21%
R=47.63%
G=48.16%
B=4.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183160.0100.910.2860.7283.9239.02
HexB5B710105B1C3d5427
Octal2652672010133347512447
Binary101101011011011110000101011011111001111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B710; }

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

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

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

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

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

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

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

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