#B5AE0F

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

Shades of La Rioja #B5AE0F

Tints of La Rioja #B5AE0F

Color information

#B5AE0F (or 0xB5AE0F) is unknown color: approx La Rioja. HEX triplet: B5, AE and 0F. RGB value is (181,174,15). Sum of RGB (Red+Green+Blue) = 181+174+15=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AE0F is #4A51F0. Grayscale: #9E9E9E. Windows color (decimal): -4870641 or 1027765. OLE color: 1027765.

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

Color convert

RGB18117415-
CMYK00.040.920.29
HSL57.47º84.69%38.43%-
HSV(B)57.47º91.71%70.98%-
XYZ34.2840.136.39-
YUV157.9747.32144.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=48.92%
G=47.03%
B=4.05%

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
Decimal1811741500.040.920.2957.4784.6938.43
HexB5AEF045C1D395526
Octal2652561704134357112546
Binary1011010110101110111101001011100111011110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE0F; }

 p { color: rgb(181,174,15); }

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

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

 a { background-color: rgb(181,174,15); }

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

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

 span { border-color: rgb(181,174,15); }

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