#B7B713

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

Shades of La Rioja #B7B713

Tints of La Rioja #B7B713

Color information

#B7B713 (or 0xB7B713) is unknown color: approx La Rioja. HEX triplet: B7, B7 and 13. RGB value is (183,183,19). Sum of RGB (Red+Green+Blue) = 183+183+19=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B713 is #4848EC. Grayscale: #A4A4A4. Windows color (decimal): -4737261 or 1292215. OLE color: 1292215.

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

Color convert

RGB18318319-
CMYK000.900.28
HSL60º81.19%39.61%-
HSV(B)60º89.62%71.76%-
XYZ36.5843.987.18-
YUV164.346141.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=47.53%
G=47.53%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318319000.900.286081.1939.61
HexB7B713005A1C3c5128
Octal2672672300132347412150
Binary101101111011011110011001011010111001111001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B713; }

 p { color: rgb(183,183,19); }

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

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

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

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

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

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

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