#B6AF10

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

Shades of La Rioja #B6AF10

Tints of La Rioja #B6AF10

Color information

#B6AF10 (or 0xB6AF10) is unknown color: approx La Rioja. HEX triplet: B6, AF and 10. RGB value is (182,175,16). Sum of RGB (Red+Green+Blue) = 182+175+16=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AF10 is #4950EF. Grayscale: #9F9F9F. Windows color (decimal): -4804848 or 1093558. OLE color: 1093558.

HSL color Cylindrical-coordinate representation of color #B6AF10: hue angle of 57.47º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6AF10 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18217516-
CMYK00.040.910.29
HSL57.47º83.84%38.82%-
HSV(B)57.47º91.21%71.37%-
XYZ34.7140.646.51-
YUV158.9747.32144.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 16 (6.64% from 255) = 4.29%
R=48.79%
G=46.92%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821751600.040.910.2957.4783.8438.82
HexB6AF10045B1D395427
Octal2662572004133357112447
Binary10110110101011111000001001011011111011110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF10; }

 p { color: rgb(182,175,16); }

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

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

 a { background-color: rgb(182,175,16); }

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

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

 span { border-color: rgb(182,175,16); }

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