#b3b404

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

Shades of La Rioja #B3B404

Tints of La Rioja #B3B404

Color information

#B3B404 (or 0xB3B404) is unknown color: approx La Rioja. HEX triplet: B3, B4 and 04. RGB value is (179,180,4). Sum of RGB (Red+Green+Blue) = 179+180+4=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B404 is #4C4BFB. Grayscale: #A0A0A0. Windows color (decimal): -5000188 or 308403. OLE color: 308403.

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

Color convert

RGB1791804-
CMYK0.0100.980.29
HSL60.34º95.65%36.08%-
HSV(B)60.34º97.78%70.59%-
XYZ34.9342.236.43-
YUV159.6440.17141.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 180 (70.70% from 255) = 49.59%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=49.31%
G=49.59%
B=1.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17918040.0100.980.2960.3495.6536.08
HexB3B4410621D3c6024
Octal263264410142357414044
Binary1011001110110100100101100010111011111001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b404; }

 p { color: rgb(179,180,4); }

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

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

 a { background-color: rgb(179,180,4); }

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

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

 span { border-color: rgb(179,180,4); }

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