#B1B214

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

Shades of La Rioja #B1B214

Tints of La Rioja #B1B214

Color information

#B1B214 (or 0xB1B214) is unknown color: approx La Rioja. HEX triplet: B1, B2 and 14. RGB value is (177,178,20). Sum of RGB (Red+Green+Blue) = 177+178+20=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B214 is #4E4DEB. Grayscale: #A0A0A0. Windows color (decimal): -5131756 or 1356465. OLE color: 1356465.

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

Color convert

RGB17717820-
CMYK0.0100.890.30
HSL60.38º79.8%38.82%-
HSV(B)60.38º88.76%69.8%-
XYZ34.1841.246.82-
YUV159.6949.17140.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 20 (8.20% from 255) = 5.33%
R=47.2%
G=47.47%
B=5.33%

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
Decimal177178200.0100.890.3060.3879.838.82
HexB1B21410591E3c5027
Octal2612622410131367412047
Binary101100011011001010100101011001111101111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B214; }

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

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

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

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

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

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

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

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