#B4AC0C

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

Shades of La Rioja #B4AC0C

Tints of La Rioja #B4AC0C

Color information

#B4AC0C (or 0xB4AC0C) is unknown color: approx La Rioja. HEX triplet: B4, AC and 0C. RGB value is (180,172,12). Sum of RGB (Red+Green+Blue) = 180+172+12=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AC0C is #4B53F3. Grayscale: #9C9C9C. Windows color (decimal): -4936692 or 830644. OLE color: 830644.

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

Color convert

RGB18017212-
CMYK00.040.930.29
HSL57.14º87.5%37.65%-
HSV(B)57.14º93.33%70.59%-
XYZ33.6439.236.15-
YUV156.1546.65145.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 12 (5.08% from 255) = 3.30%
R=49.45%
G=47.25%
B=3.30%

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
Decimal1801721200.040.930.2957.1487.537.65
HexB4ACC045D1D395826
Octal2642541404135357113046
Binary1011010010101100110001001011101111011110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC0C; }

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

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

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

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

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

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

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

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