#B1B10C

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

Shades of La Rioja #B1B10C

Tints of La Rioja #B1B10C

Color information

#B1B10C (or 0xB1B10C) is unknown color: approx La Rioja. HEX triplet: B1, B1 and 0C. RGB value is (177,177,12). Sum of RGB (Red+Green+Blue) = 177+177+12=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B10C is #4E4EF3. Grayscale: #9E9E9E. Windows color (decimal): -5132020 or 831921. OLE color: 831921.

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

Color convert

RGB17717712-
CMYK000.930.31
HSL60º87.3%37.06%-
HSV(B)60º93.22%69.41%-
XYZ33.9240.826.44-
YUV158.1945.5141.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 177 (69.53% from 255) = 48.36%
BLUE value IS 12 (5.08% from 255) = 3.28%
R=48.36%
G=48.36%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717712000.930.316087.337.06
HexB1B1C005D1F3c5725
Octal2612611400135377412745
Binary10110001101100011100001011101111111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B10C; }

 p { color: rgb(177,177,12); }

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

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

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

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

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

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

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