#B6B010

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

Shades of La Rioja #B6B010

Tints of La Rioja #B6B010

Color information

#B6B010 (or 0xB6B010) is unknown color: approx La Rioja. HEX triplet: B6, B0 and 10. RGB value is (182,176,16). Sum of RGB (Red+Green+Blue) = 182+176+16=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B010 is #494FEF. Grayscale: #A0A0A0. Windows color (decimal): -4804592 or 1093814. OLE color: 1093814.

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

Color convert

RGB18217616-
CMYK00.030.910.29
HSL57.83º83.84%38.82%-
HSV(B)57.83º91.21%71.37%-
XYZ34.9141.036.57-
YUV159.5546.99144.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=48.66%
G=47.06%
B=4.28%

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
Decimal1821761600.030.910.2957.8383.8438.82
HexB6B010035B1D3a5427
Octal2662602003133357212447
Binary1011011010110000100000111011011111011110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B010; }

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

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

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

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

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

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

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

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