#B4B71A

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

Shades of La Rioja #B4B71A

Tints of La Rioja #B4B71A

Color information

#B4B71A (or 0xB4B71A) is unknown color: approx La Rioja. HEX triplet: B4, B7 and 1A. RGB value is (180,183,26). Sum of RGB (Red+Green+Blue) = 180+183+26=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B71A is #4B48E5. Grayscale: #A4A4A4. Windows color (decimal): -4933862 or 1750964. OLE color: 1750964.

HSL color Cylindrical-coordinate representation of color #B4B71A: hue angle of 61.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4B71A is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB18018326-
CMYK0.0200.860.28
HSL61.15º75.12%40.98%-
HSV(B)61.15º85.79%71.76%-
XYZ35.9443.647.51-
YUV164.250.01139.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=46.27%
G=47.04%
B=6.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183260.0200.860.2861.1575.1240.98
HexB4B71A20561C3d4b29
Octal2642673220126347511351
Binary1011010010110111110101001010110111001111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B71A; }

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

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

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

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

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

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

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

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