#B5B10E

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

Shades of La Rioja #B5B10E

Tints of La Rioja #B5B10E

Color information

#B5B10E (or 0xB5B10E) is unknown color: approx La Rioja. HEX triplet: B5, B1 and 0E. RGB value is (181,177,14). Sum of RGB (Red+Green+Blue) = 181+177+14=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B10E is #4A4EF1. Grayscale: #A0A0A0. Windows color (decimal): -4869874 or 962997. OLE color: 962997.

HSL color Cylindrical-coordinate representation of color #B5B10E: hue angle of 58.56º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5B10E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18117714-
CMYK00.020.920.29
HSL58.56º85.64%38.24%-
HSV(B)58.56º92.27%70.98%-
XYZ34.8641.36.55-
YUV159.6145.83143.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 14 (5.86% from 255) = 3.76%
R=48.66%
G=47.58%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811771400.020.920.2958.5685.6438.24
HexB5B1E025C1D3b5626
Octal2652611602134357312646
Binary101101011011000111100101011100111011110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B10E; }

 p { color: rgb(181,177,14); }

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

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

 a { background-color: rgb(181,177,14); }

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

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

 span { border-color: rgb(181,177,14); }

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