#B3A904

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

Shades of La Rioja #B3A904

Tints of La Rioja #B3A904

Color information

#B3A904 (or 0xB3A904) is unknown color: approx La Rioja. HEX triplet: B3, A9 and 04. RGB value is (179,169,4). Sum of RGB (Red+Green+Blue) = 179+169+4=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A904 is #4C56FB. Grayscale: #999999. Windows color (decimal): -5003004 or 305587. OLE color: 305587.

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

Color convert

RGB1791694-
CMYK00.060.980.30
HSL56.57º95.63%35.88%-
HSV(B)56.57º97.77%70.2%-
XYZ32.837.975.71-
YUV153.1843.81146.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=50.85%
G=48.01%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179169400.060.980.3056.5795.6335.88
HexB3A9406621E396024
Octal263251406142367114044
Binary101100111010100110001101100010111101110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A904; }

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

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

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

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

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

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

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

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