#B4B714

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

Shades of La Rioja #B4B714

Tints of La Rioja #B4B714

Color information

#B4B714 (or 0xB4B714) is unknown color: approx La Rioja. HEX triplet: B4, B7 and 14. RGB value is (180,183,20). Sum of RGB (Red+Green+Blue) = 180+183+20=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B714 is #4B48EB. Grayscale: #A4A4A4. Windows color (decimal): -4933868 or 1357748. OLE color: 1357748.

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

Color convert

RGB18018320-
CMYK0.0200.890.28
HSL61.1º80.3%39.8%-
HSV(B)61.1º89.07%71.76%-
XYZ35.8843.627.19-
YUV163.5247.01139.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=47.00%
G=47.78%
B=5.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183200.0200.890.2861.180.339.8
HexB4B71420591C3d5028
Octal2642672420131347512050
Binary1011010010110111101001001011001111001111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B714; }

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

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

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

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

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

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

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

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