#B6AE09

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

Shades of La Rioja #B6AE09

Tints of La Rioja #B6AE09

Color information

#B6AE09 (or 0xB6AE09) is unknown color: approx La Rioja. HEX triplet: B6, AE and 09. RGB value is (182,174,9). Sum of RGB (Red+Green+Blue) = 182+174+9=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE09 is #4951F6. Grayscale: #9E9E9E. Windows color (decimal): -4805111 or 634550. OLE color: 634550.

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

Color convert

RGB1821749-
CMYK00.040.950.29
HSL57.23º90.58%37.45%-
HSV(B)57.23º95.05%71.37%-
XYZ34.4840.246.21-
YUV157.5844.15145.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 9 (3.91% from 255) = 2.47%
R=49.86%
G=47.67%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182174900.040.950.2957.2390.5837.45
HexB6AE9045F1D395b25
Octal2662561104137357113345
Binary1011011010101110100101001011111111011110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE09; }

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

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

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

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

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

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

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

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