#B0B103

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

Shades of La Rioja #B0B103

Tints of La Rioja #B0B103

Color information

#B0B103 (or 0xB0B103) is unknown color: approx La Rioja. HEX triplet: B0, B1 and 03. RGB value is (176,177,3). Sum of RGB (Red+Green+Blue) = 176+177+3=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B103 is #4F4EFC. Grayscale: #9D9D9D. Windows color (decimal): -5197565 or 242096. OLE color: 242096.

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

Color convert

RGB1761773-
CMYK0.0100.980.31
HSL60.34º96.67%35.29%-
HSV(B)60.34º98.31%69.41%-
XYZ33.6440.686.17-
YUV156.8641.17141.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=49.44%
G=49.72%
B=0.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617730.0100.980.3160.3496.6735.29
HexB0B1310621F3c6123
Octal260261310142377414143
Binary101100001011000111101100010111111111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B103; }

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

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

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

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

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

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

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

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