#B7AA04

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

Shades of La Rioja #B7AA04

Tints of La Rioja #B7AA04

Color information

#B7AA04 (or 0xB7AA04) is unknown color: approx La Rioja. HEX triplet: B7, AA and 04. RGB value is (183,170,4). Sum of RGB (Red+Green+Blue) = 183+170+4=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA04 is #4855FB. Grayscale: #9B9B9B. Windows color (decimal): -4740604 or 305847. OLE color: 305847.

HSL color Cylindrical-coordinate representation of color #B7AA04: hue angle of 55.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7AA04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1831704-
CMYK00.070.980.28
HSL55.64º95.72%36.67%-
HSV(B)55.64º97.81%71.76%-
XYZ33.9338.835.82-
YUV154.9642.81148-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=51.26%
G=47.62%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183170400.070.980.2855.6495.7236.67
HexB7AA407621C386025
Octal267252407142347014045
Binary101101111010101010001111100010111001110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA04; }

 p { color: rgb(183,170,4); }

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

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

 a { background-color: rgb(183,170,4); }

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

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

 span { border-color: rgb(183,170,4); }

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