#B3BA0A

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

Shades of La Rioja #B3BA0A

Tints of La Rioja #B3BA0A

Color information

#B3BA0A (or 0xB3BA0A) is unknown color: approx La Rioja. HEX triplet: B3, BA and 0A. RGB value is (179,186,10). Sum of RGB (Red+Green+Blue) = 179+186+10=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA0A is #4C45F5. Grayscale: #A4A4A4. Windows color (decimal): -4998646 or 703155. OLE color: 703155.

HSL color Cylindrical-coordinate representation of color #B3BA0A: hue angle of 62.39º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3BA0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB17918610-
CMYK0.0400.950.27
HSL62.39º89.8%38.43%-
HSV(B)62.39º94.62%72.94%-
XYZ36.244.727.01-
YUV163.8441.18138.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=47.73%
G=49.6%
B=2.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179186100.0400.950.2762.3989.838.43
HexB3BAA405F1B3e5a26
Octal2632721240137337613246
Binary1011001110111010101010001011111110111111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA0A; }

 p { color: rgb(179,186,10); }

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

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

 a { background-color: rgb(179,186,10); }

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

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

 span { border-color: rgb(179,186,10); }

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