#B4AE10

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

Shades of La Rioja #B4AE10

Tints of La Rioja #B4AE10

Color information

#B4AE10 (or 0xB4AE10) is unknown color: approx La Rioja. HEX triplet: B4, AE and 10. RGB value is (180,174,16). Sum of RGB (Red+Green+Blue) = 180+174+16=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AE10 is #4B51EF. Grayscale: #9E9E9E. Windows color (decimal): -4936176 or 1093300. OLE color: 1093300.

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

Color convert

RGB18017416-
CMYK00.030.910.29
HSL57.8º83.67%38.43%-
HSV(B)57.8º91.11%70.59%-
XYZ34.0540.016.42-
YUV157.7847.99143.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=48.65%
G=47.03%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801741600.030.910.2957.883.6738.43
HexB4AE10035B1D3a5426
Octal2642562003133357212446
Binary1011010010101110100000111011011111011110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE10; }

 p { color: rgb(180,174,16); }

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

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

 a { background-color: rgb(180,174,16); }

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

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

 span { border-color: rgb(180,174,16); }

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