#B4AD0E

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

Shades of La Rioja #B4AD0E

Tints of La Rioja #B4AD0E

Color information

#B4AD0E (or 0xB4AD0E) is unknown color: approx La Rioja. HEX triplet: B4, AD and 0E. RGB value is (180,173,14). Sum of RGB (Red+Green+Blue) = 180+173+14=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD0E is #4B52F1. Grayscale: #9D9D9D. Windows color (decimal): -4936434 or 961972. OLE color: 961972.

HSL color Cylindrical-coordinate representation of color #B4AD0E: hue angle of 57.47º degrees, saturation: 0.86, 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 #B4AD0E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18017314-
CMYK00.040.920.29
HSL57.47º85.57%38.04%-
HSV(B)57.47º92.22%70.59%-
XYZ33.8539.626.28-
YUV156.9747.32144.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 14 (5.86% from 255) = 3.81%
R=49.05%
G=47.14%
B=3.81%

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
Decimal1801731400.040.920.2957.4785.5738.04
HexB4ADE045C1D395626
Octal2642551604134357112646
Binary1011010010101101111001001011100111011110011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD0E; }

 p { color: rgb(180,173,14); }

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

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

 a { background-color: rgb(180,173,14); }

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

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

 span { border-color: rgb(180,173,14); }

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