#B6B412

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

Shades of La Rioja #B6B412

Tints of La Rioja #B6B412

Color information

#B6B412 (or 0xB6B412) is unknown color: approx La Rioja. HEX triplet: B6, B4 and 12. RGB value is (182,180,18). Sum of RGB (Red+Green+Blue) = 182+180+18=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B412 is #494BED. Grayscale: #A2A2A2. Windows color (decimal): -4803566 or 1225910. OLE color: 1225910.

HSL color Cylindrical-coordinate representation of color #B6B412: hue angle of 59.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6B412 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18218018-
CMYK00.010.900.29
HSL59.27º82%39.22%-
HSV(B)59.27º90.11%71.37%-
XYZ35.7242.636.92-
YUV162.1346.66142.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=47.89%
G=47.37%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821801800.010.900.2959.278239.22
HexB6B412015A1D3b5227
Octal2662642201132357312247
Binary101101101011010010010011011010111011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B412; }

 p { color: rgb(182,180,18); }

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

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

 a { background-color: rgb(182,180,18); }

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

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

 span { border-color: rgb(182,180,18); }

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