#B1B000

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

Shades of La Rioja #B1B000

Tints of La Rioja #B1B000

Color information

#B1B000 (or 0xB1B000) is unknown color: approx La Rioja. HEX triplet: B1, B0 and 00. RGB value is (177,176,0). Sum of RGB (Red+Green+Blue) = 177+176+0=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B000 is #4E4FFF. Grayscale: #9C9C9C. Windows color (decimal): -5132288 or 45233. OLE color: 45233.

HSL color Cylindrical-coordinate representation of color #B1B000: hue angle of 59.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1B000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1771760-
CMYK00.0110.31
HSL59.66º100%34.71%-
HSV(B)59.66º100%69.41%-
XYZ33.6640.46.02-
YUV156.2339.83142.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.14%
G=49.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177176000.0110.3159.6610034.71
HexB1B0001641F3c6423
Octal261260001144377414443
Binary10110001101100000011100100111111111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B000; }

 p { color: rgb(177,176,0); }

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

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

 a { background-color: rgb(177,176,0); }

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

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

 span { border-color: rgb(177,176,0); }

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