#B6B612

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

Shades of La Rioja #B6B612

Tints of La Rioja #B6B612

Color information

#B6B612 (or 0xB6B612) is unknown color: approx La Rioja. HEX triplet: B6, B6 and 12. RGB value is (182,182,18). Sum of RGB (Red+Green+Blue) = 182+182+18=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B612 is #4949ED. Grayscale: #A3A3A3. Windows color (decimal): -4803054 or 1226422. OLE color: 1226422.

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

Color convert

RGB18218218-
CMYK000.900.29
HSL60º82%39.22%-
HSV(B)60º90.11%71.37%-
XYZ36.1343.447.05-
YUV163.346141.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 18 (7.42% from 255) = 4.71%
R=47.64%
G=47.64%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218218000.900.29608239.22
HexB6B612005A1D3c5227
Octal2662662200132357412247
Binary101101101011011010010001011010111011111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B612; }

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

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

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

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

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

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

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

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