#b3b515

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

Shades of La Rioja #B3B515

Tints of La Rioja #B3B515

Color information

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

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

Color convert

RGB17918121-
CMYK0.0100.880.29
HSL60.75º79.21%39.61%-
HSV(B)60.75º88.4%70.98%-
XYZ35.2542.697.09-
YUV162.1648.34140.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179181210.0100.880.2960.7579.2139.61
HexB3B51510581D3d4f28
Octal2632652510130357511750
Binary101100111011010110101101011000111011111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b515; }

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

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

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

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

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

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

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

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