#B6AF0F

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

Shades of La Rioja #B6AF0F

Tints of La Rioja #B6AF0F

Color information

#B6AF0F (or 0xB6AF0F) is unknown color: approx La Rioja. HEX triplet: B6, AF and 0F. RGB value is (182,175,15). Sum of RGB (Red+Green+Blue) = 182+175+15=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AF0F is #4950F0. Grayscale: #9F9F9F. Windows color (decimal): -4804849 or 1028022. OLE color: 1028022.

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

Color convert

RGB18217515-
CMYK00.040.920.29
HSL57.49º84.77%38.63%-
HSV(B)57.49º91.76%71.37%-
XYZ34.7140.646.47-
YUV158.8546.82144.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 15 (6.25% from 255) = 4.03%
R=48.92%
G=47.04%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821751500.040.920.2957.4984.7738.63
HexB6AFF045C1D395527
Octal2662571704134357112547
Binary1011011010101111111101001011100111011110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF0F; }

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

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

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

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

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

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

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

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