#B3AF12

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

Shades of La Rioja #B3AF12

Tints of La Rioja #B3AF12

Color information

#B3AF12 (or 0xB3AF12) is unknown color: approx La Rioja. HEX triplet: B3, AF and 12. RGB value is (179,175,18). Sum of RGB (Red+Green+Blue) = 179+175+18=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AF12 is #4C50ED. Grayscale: #9E9E9E. Windows color (decimal): -5001454 or 1224627. OLE color: 1224627.

HSL color Cylindrical-coordinate representation of color #B3AF12: hue angle of 58.51º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3AF12 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB17917518-
CMYK00.020.900.30
HSL58.51º81.73%38.63%-
HSV(B)58.51º89.94%70.2%-
XYZ34.0340.296.55-
YUV158.348.83142.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 18 (7.42% from 255) = 4.84%
R=48.12%
G=47.04%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791751800.020.900.3058.5181.7338.63
HexB3AF12025A1E3b5227
Octal2632572202132367312247
Binary1011001110101111100100101011010111101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF12; }

 p { color: rgb(179,175,18); }

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

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

 a { background-color: rgb(179,175,18); }

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

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

 span { border-color: rgb(179,175,18); }

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