#B5B315

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

Shades of La Rioja #B5B315

Tints of La Rioja #B5B315

Color information

#B5B315 (or 0xB5B315) is unknown color: approx La Rioja. HEX triplet: B5, B3 and 15. RGB value is (181,179,21). Sum of RGB (Red+Green+Blue) = 181+179+21=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B315 is #4A4CEA. Grayscale: #A2A2A2. Windows color (decimal): -4869355 or 1422261. OLE color: 1422261.

HSL color Cylindrical-coordinate representation of color #B5B315: hue angle of 59.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5B315 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18117921-
CMYK00.010.880.29
HSL59.25º79.21%39.61%-
HSV(B)59.25º88.4%70.98%-
XYZ35.3142.126.98-
YUV161.5948.66141.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 21 (8.59% from 255) = 5.51%
R=47.51%
G=46.98%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811792100.010.880.2959.2579.2139.61
HexB5B31501581D3b4f28
Octal2652632501130357311750
Binary101101011011001110101011011000111011110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B315; }

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

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

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

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

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

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

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

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