#B1B205

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

Shades of La Rioja #B1B205

Tints of La Rioja #B1B205

Color information

#B1B205 (or 0xB1B205) is unknown color: approx La Rioja. HEX triplet: B1, B2 and 05. RGB value is (177,178,5). Sum of RGB (Red+Green+Blue) = 177+178+5=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B205 is #4E4DFA. Grayscale: #9E9E9E. Windows color (decimal): -5131771 or 373425. OLE color: 373425.

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

Color convert

RGB1771785-
CMYK0.0100.970.30
HSL60.35º94.54%35.88%-
HSV(B)60.35º97.19%69.8%-
XYZ34.0841.26.3-
YUV157.9841.67141.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=49.17%
G=49.44%
B=1.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17717850.0100.970.3060.3594.5435.88
HexB1B2510611E3c5f24
Octal261262510141367413744
Binary1011000110110010101101100001111101111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B205; }

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

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

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

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

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

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

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

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