#B5B412

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

Shades of La Rioja #B5B412

Tints of La Rioja #B5B412

Color information

#B5B412 (or 0xB5B412) is unknown color: approx La Rioja. HEX triplet: B5, B4 and 12. RGB value is (181,180,18). Sum of RGB (Red+Green+Blue) = 181+180+18=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B412 is #4A4BED. Grayscale: #A2A2A2. Windows color (decimal): -4869102 or 1225909. OLE color: 1225909.

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

Color convert

RGB18118018-
CMYK00.010.900.29
HSL59.63º81.91%39.02%-
HSV(B)59.63º90.06%70.98%-
XYZ35.4942.516.91-
YUV161.8346.83141.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=47.76%
G=47.49%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811801800.010.900.2959.6381.9139.02
HexB5B412015A1D3c5227
Octal2652642201132357412247
Binary101101011011010010010011011010111011111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B412; }

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

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

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

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

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

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

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

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