#B4AA03

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

Shades of La Rioja #B4AA03

Tints of La Rioja #B4AA03

Color information

#B4AA03 (or 0xB4AA03) is unknown color: approx La Rioja. HEX triplet: B4, AA and 03. RGB value is (180,170,3). Sum of RGB (Red+Green+Blue) = 180+170+3=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AA03 is #4B55FC. Grayscale: #9A9A9A. Windows color (decimal): -4937213 or 240308. OLE color: 240308.

HSL color Cylindrical-coordinate representation of color #B4AA03: hue angle of 56.61º degrees, saturation: 0.97, 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 #B4AA03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1801703-
CMYK00.060.980.29
HSL56.61º96.72%35.88%-
HSV(B)56.61º98.33%70.59%-
XYZ33.2138.465.76-
YUV153.9542.81146.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=50.99%
G=48.16%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180170300.060.980.2956.6196.7235.88
HexB4AA306621D396124
Octal264252306142357114144
Binary10110100101010101101101100010111011110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA03; }

 p { color: rgb(180,170,3); }

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

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

 a { background-color: rgb(180,170,3); }

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

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

 span { border-color: rgb(180,170,3); }

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