#B6B111

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

Shades of La Rioja #B6B111

Tints of La Rioja #B6B111

Color information

#B6B111 (or 0xB6B111) is unknown color: approx La Rioja. HEX triplet: B6, B1 and 11. RGB value is (182,177,17). Sum of RGB (Red+Green+Blue) = 182+177+17=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B111 is #494EEE. Grayscale: #A0A0A0. Windows color (decimal): -4804335 or 1159606. OLE color: 1159606.

HSL color Cylindrical-coordinate representation of color #B6B111: hue angle of 58.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6B111 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18217717-
CMYK00.030.910.29
HSL58.18º82.91%39.02%-
HSV(B)58.18º90.66%71.37%-
XYZ35.1141.436.68-
YUV160.2647.16143.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 17 (7.03% from 255) = 4.52%
R=48.40%
G=47.07%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821771700.030.910.2958.1882.9139.02
HexB6B111035B1D3a5327
Octal2662612103133357212347
Binary1011011010110001100010111011011111011110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B111; }

 p { color: rgb(182,177,17); }

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

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

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

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

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

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

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