#B2B419

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

Shades of La Rioja #B2B419

Tints of La Rioja #B2B419

Color information

#B2B419 (or 0xB2B419) is unknown color: approx La Rioja. HEX triplet: B2, B4 and 19. RGB value is (178,180,25). Sum of RGB (Red+Green+Blue) = 178+180+25=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B419 is #4D4BE6. Grayscale: #A2A2A2. Windows color (decimal): -5065703 or 1684658. OLE color: 1684658.

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

Color convert

RGB17818025-
CMYK0.0100.860.29
HSL60.77º75.61%40.2%-
HSV(B)60.77º86.11%70.59%-
XYZ34.8642.187.22-
YUV161.7350.84139.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=46.48%
G=47.00%
B=6.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180250.0100.860.2960.7775.6140.2
HexB2B41910561D3d4c28
Octal2622643110126357511450
Binary101100101011010011001101010110111011111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B419; }

 p { color: rgb(178,180,25); }

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

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

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

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

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

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

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