#B3B013

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

Shades of La Rioja #B3B013

Tints of La Rioja #B3B013

Color information

#B3B013 (or 0xB3B013) is unknown color: approx La Rioja. HEX triplet: B3, B0 and 13. RGB value is (179,176,19). Sum of RGB (Red+Green+Blue) = 179+176+19=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B013 is #4C4FEC. Grayscale: #9F9F9F. Windows color (decimal): -5001197 or 1290419. OLE color: 1290419.

HSL color Cylindrical-coordinate representation of color #B3B013: hue angle of 58.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3B013 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17917619-
CMYK00.020.890.30
HSL58.88º80.81%38.82%-
HSV(B)58.88º89.39%70.2%-
XYZ34.2340.686.66-
YUV15948.99142.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 19 (7.81% from 255) = 5.08%
R=47.86%
G=47.06%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791761900.020.890.3058.8880.8138.82
HexB3B01302591E3b5127
Octal2632602302131367312147
Binary1011001110110000100110101011001111101110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B013; }

 p { color: rgb(179,176,19); }

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

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

 a { background-color: rgb(179,176,19); }

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

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

 span { border-color: rgb(179,176,19); }

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