#B5B312

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

Shades of La Rioja #B5B312

Tints of La Rioja #B5B312

Color information

#B5B312 (or 0xB5B312) is unknown color: approx La Rioja. HEX triplet: B5, B3 and 12. RGB value is (181,179,18). Sum of RGB (Red+Green+Blue) = 181+179+18=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B312 is #4A4CED. Grayscale: #A1A1A1. Windows color (decimal): -4869358 or 1225653. OLE color: 1225653.

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

Color convert

RGB18117918-
CMYK00.010.900.29
HSL59.26º81.91%39.02%-
HSV(B)59.26º90.06%70.98%-
XYZ35.2942.116.84-
YUV161.2447.16142.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 179 (70.31% from 255) = 47.35%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=47.88%
G=47.35%
B=4.76%

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
Decimal1811791800.010.900.2959.2681.9139.02
HexB5B312015A1D3b5227
Octal2652632201132357312247
Binary101101011011001110010011011010111011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B312; }

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

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

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

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

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

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

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

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