#B6B011

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

Shades of La Rioja #B6B011

Tints of La Rioja #B6B011

Color information

#B6B011 (or 0xB6B011) is unknown color: approx La Rioja. HEX triplet: B6, B0 and 11. RGB value is (182,176,17). Sum of RGB (Red+Green+Blue) = 182+176+17=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B011 is #494FEE. Grayscale: #A0A0A0. Windows color (decimal): -4804591 or 1159350. OLE color: 1159350.

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

Color convert

RGB18217617-
CMYK00.030.910.29
HSL57.82º82.91%39.02%-
HSV(B)57.82º90.66%71.37%-
XYZ34.9241.046.61-
YUV159.6747.49143.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=48.53%
G=46.93%
B=4.53%

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
Decimal1821761700.030.910.2957.8282.9139.02
HexB6B011035B1D3a5327
Octal2662602103133357212347
Binary1011011010110000100010111011011111011110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B011; }

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

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

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

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

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

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

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

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