#B0B205

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

Shades of La Rioja #B0B205

Tints of La Rioja #B0B205

Color information

#B0B205 (or 0xB0B205) is unknown color: approx La Rioja. HEX triplet: B0, B2 and 05. RGB value is (176,178,5). Sum of RGB (Red+Green+Blue) = 176+178+5=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B205 is #4F4DFA. Grayscale: #9E9E9E. Windows color (decimal): -5197307 or 373424. OLE color: 373424.

HSL color Cylindrical-coordinate representation of color #B0B205: hue angle of 60.69º 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 #B0B205 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1761785-
CMYK0.0100.970.30
HSL60.69º94.54%35.88%-
HSV(B)60.69º97.19%69.8%-
XYZ33.8541.086.29-
YUV157.6841.84141.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 178 (69.92% from 255) = 49.58%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=49.03%
G=49.58%
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
Decimal17617850.0100.970.3060.6994.5435.88
HexB0B2510611E3d5f24
Octal260262510141367513744
Binary1011000010110010101101100001111101111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B205; }

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

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

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

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

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

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

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

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