#b4ac0d

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

Shades of La Rioja #B4AC0D

Tints of La Rioja #B4AC0D

Color information

#B4AC0D (or 0xB4AC0D) is unknown color: approx La Rioja. HEX triplet: B4, AC and 0D. RGB value is (180,172,13). Sum of RGB (Red+Green+Blue) = 180+172+13=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AC0D is #4B53F2. Grayscale: #9C9C9C. Windows color (decimal): -4936691 or 896180. OLE color: 896180.

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

Color convert

RGB18017213-
CMYK00.040.930.29
HSL57.13º86.53%37.84%-
HSV(B)57.13º92.78%70.59%-
XYZ33.6539.246.18-
YUV156.2747.15144.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 13 (5.47% from 255) = 3.56%
R=49.32%
G=47.12%
B=3.56%

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
Decimal1801721300.040.930.2957.1386.5337.84
HexB4ACD045D1D395726
Octal2642541504135357112746
Binary1011010010101100110101001011101111011110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4ac0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4ac0d; }

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

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

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

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

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

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

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

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