#B1B605

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

Shades of La Rioja #B1B605

Tints of La Rioja #B1B605

Color information

#B1B605 (or 0xB1B605) is unknown color: approx La Rioja. HEX triplet: B1, B6 and 05. RGB value is (177,182,5). Sum of RGB (Red+Green+Blue) = 177+182+5=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B605 is #4E49FA. Grayscale: #A1A1A1. Windows color (decimal): -5130747 or 374449. OLE color: 374449.

HSL color Cylindrical-coordinate representation of color #B1B605: hue angle of 61.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1B605 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1771825-
CMYK0.0300.970.29
HSL61.69º94.65%36.67%-
HSV(B)61.69º97.25%71.37%-
XYZ34.8942.816.57-
YUV160.3340.34139.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=48.63%
G=50%
B=1.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17718250.0300.970.2961.6994.6536.67
HexB1B6530611D3e5f25
Octal261266530141357613745
Binary10110001101101101011101100001111011111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B605; }

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

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

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

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

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

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

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

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