#B0B214

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

Shades of La Rioja #B0B214

Tints of La Rioja #B0B214

Color information

#B0B214 (or 0xB0B214) is unknown color: approx La Rioja. HEX triplet: B0, B2 and 14. RGB value is (176,178,20). Sum of RGB (Red+Green+Blue) = 176+178+20=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B214 is #4F4DEB. Grayscale: #A0A0A0. Windows color (decimal): -5197292 or 1356464. OLE color: 1356464.

HSL color Cylindrical-coordinate representation of color #B0B214: hue angle of 60.76º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0B214 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17617820-
CMYK0.0100.890.30
HSL60.76º79.8%38.82%-
HSV(B)60.76º88.76%69.8%-
XYZ33.9541.126.81-
YUV159.3949.34139.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 20 (8.20% from 255) = 5.35%
R=47.06%
G=47.59%
B=5.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178200.0100.890.3060.7679.838.82
HexB0B21410591E3d5027
Octal2602622410131367512047
Binary101100001011001010100101011001111101111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B214; }

 p { color: rgb(176,178,20); }

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

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

 a { background-color: rgb(176,178,20); }

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

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

 span { border-color: rgb(176,178,20); }

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