#B7B614

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

Shades of La Rioja #B7B614

Tints of La Rioja #B7B614

Color information

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

HSL color Cylindrical-coordinate representation of color #B7B614: hue angle of 59.63º 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 #B7B614 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB18318220-
CMYK00.010.890.28
HSL59.63º80.3%39.8%-
HSV(B)59.63º89.07%71.76%-
XYZ36.3843.577.15-
YUV163.8346.83141.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831822000.010.890.2859.6380.339.8
HexB7B61401591C3c5028
Octal2672662401131347412050
Binary101101111011011010100011011001111001111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B614; }

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

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

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

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

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

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

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

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