#B4B418

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

Shades of La Rioja #B4B418

Tints of La Rioja #B4B418

Color information

#B4B418 (or 0xB4B418) is unknown color: approx La Rioja. HEX triplet: B4, B4 and 18. RGB value is (180,180,24). Sum of RGB (Red+Green+Blue) = 180+180+24=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B418 is #4B4BE7. Grayscale: #A2A2A2. Windows color (decimal): -4934632 or 1619124. OLE color: 1619124.

HSL color Cylindrical-coordinate representation of color #B4B418: hue angle of 60º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4B418 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18018024-
CMYK000.870.29
HSL60º76.47%40%-
HSV(B)60º86.67%70.59%-
XYZ35.3142.417.19-
YUV162.2250140.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 24 (9.77% from 255) = 6.25%
R=46.88%
G=46.88%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018024000.870.296076.4740
HexB4B41800571D3c4c28
Octal2642643000127357411450
Binary101101001011010011000001010111111011111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B418; }

 p { color: rgb(180,180,24); }

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

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

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

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

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

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

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