#B6AE01

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

Shades of La Rioja #B6AE01

Tints of La Rioja #B6AE01

Color information

#B6AE01 (or 0xB6AE01) is unknown color: approx La Rioja. HEX triplet: B6, AE and 01. RGB value is (182,174,1). Sum of RGB (Red+Green+Blue) = 182+174+1=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE01 is #4951FE. Grayscale: #9D9D9D. Windows color (decimal): -4805119 or 110262. OLE color: 110262.

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

Color convert

RGB1821741-
CMYK00.040.990.29
HSL57.35º98.91%35.88%-
HSV(B)57.35º99.45%71.37%-
XYZ34.4340.225.98-
YUV156.6740.15146.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=50.98%
G=48.74%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182174100.040.990.2957.3598.9135.88
HexB6AE104631D396324
Octal266256104143357114344
Binary1011011010101110101001100011111011110011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE01; }

 p { color: rgb(182,174,1); }

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

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

 a { background-color: rgb(182,174,1); }

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

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

 span { border-color: rgb(182,174,1); }

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