#B5B112

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

Shades of La Rioja #B5B112

Tints of La Rioja #B5B112

Color information

#B5B112 (or 0xB5B112) is unknown color: approx La Rioja. HEX triplet: B5, B1 and 12. RGB value is (181,177,18). Sum of RGB (Red+Green+Blue) = 181+177+18=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B112 is #4A4EED. Grayscale: #A0A0A0. Windows color (decimal): -4869870 or 1225141. OLE color: 1225141.

HSL color Cylindrical-coordinate representation of color #B5B112: hue angle of 58.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B112 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18117718-
CMYK00.020.900.29
HSL58.53º81.91%39.02%-
HSV(B)58.53º90.06%70.98%-
XYZ34.8941.316.71-
YUV160.0747.83142.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=48.14%
G=47.07%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811771800.020.900.2958.5381.9139.02
HexB5B112025A1D3b5227
Octal2652612202132357312247
Binary1011010110110001100100101011010111011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B112; }

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

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

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

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

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

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

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

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