#B4AD0D

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

Shades of La Rioja #B4AD0D

Tints of La Rioja #B4AD0D

Color information

#B4AD0D (or 0xB4AD0D) is unknown color: approx La Rioja. HEX triplet: B4, AD and 0D. RGB value is (180,173,13). Sum of RGB (Red+Green+Blue) = 180+173+13=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD0D is #4B52F2. Grayscale: #9D9D9D. Windows color (decimal): -4936435 or 896436. OLE color: 896436.

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

Color convert

RGB18017313-
CMYK00.040.930.29
HSL57.49º86.53%37.84%-
HSV(B)57.49º92.78%70.59%-
XYZ33.8439.626.24-
YUV156.8546.82144.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 13 (5.47% from 255) = 3.55%
R=49.18%
G=47.27%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801731300.040.930.2957.4986.5337.84
HexB4ADD045D1D395726
Octal2642551504135357112746
Binary1011010010101101110101001011101111011110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD0D; }

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

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

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

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

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

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

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

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