#B6B312

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

Shades of La Rioja #B6B312

Tints of La Rioja #B6B312

Color information

#B6B312 (or 0xB6B312) is unknown color: approx La Rioja. HEX triplet: B6, B3 and 12. RGB value is (182,179,18). Sum of RGB (Red+Green+Blue) = 182+179+18=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B312 is #494CED. Grayscale: #A2A2A2. Windows color (decimal): -4803822 or 1225654. OLE color: 1225654.

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

Color convert

RGB18217918-
CMYK00.020.900.29
HSL58.9º82%39.22%-
HSV(B)58.9º90.11%71.37%-
XYZ35.5242.236.85-
YUV161.5446.99142.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=48.02%
G=47.23%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821791800.020.900.2958.98239.22
HexB6B312025A1D3b5227
Octal2662632202132357312247
Binary1011011010110011100100101011010111011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B312; }

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

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

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

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

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

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

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

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