#B7AA06

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

Shades of La Rioja #B7AA06

Tints of La Rioja #B7AA06

Color information

#B7AA06 (or 0xB7AA06) is unknown color: approx La Rioja. HEX triplet: B7, AA and 06. RGB value is (183,170,6). Sum of RGB (Red+Green+Blue) = 183+170+6=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA06 is #4855F9. Grayscale: #9B9B9B. Windows color (decimal): -4740602 or 436919. OLE color: 436919.

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

Color convert

RGB1831706-
CMYK00.070.970.28
HSL55.59º93.65%37.06%-
HSV(B)55.59º96.72%71.76%-
XYZ33.9438.835.88-
YUV155.1943.81147.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=50.97%
G=47.35%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183170600.070.970.2855.5993.6537.06
HexB7AA607611C385e25
Octal267252607141347013645
Binary101101111010101011001111100001111001110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA06; }

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

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

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

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

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

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

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

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