#B6B714

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

Shades of La Rioja #B6B714

Tints of La Rioja #B6B714

Color information

#B6B714 (or 0xB6B714) is unknown color: approx La Rioja. HEX triplet: B6, B7 and 14. RGB value is (182,183,20). Sum of RGB (Red+Green+Blue) = 182+183+20=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B714 is #4948EB. Grayscale: #A4A4A4. Windows color (decimal): -4802796 or 1357750. OLE color: 1357750.

HSL color Cylindrical-coordinate representation of color #B6B714: hue angle of 60.37º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6B714 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB18218320-
CMYK0.0100.890.28
HSL60.37º80.3%39.8%-
HSV(B)60.37º89.07%71.76%-
XYZ36.3543.867.21-
YUV164.1246.67140.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 20 (8.20% from 255) = 5.19%
R=47.27%
G=47.53%
B=5.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183200.0100.890.2860.3780.339.8
HexB6B71410591C3c5028
Octal2662672410131347412050
Binary101101101011011110100101011001111001111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B714; }

 p { color: rgb(182,183,20); }

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

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

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

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

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

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

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