#B9B211

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

Shades of La Rioja #B9B211

Tints of La Rioja #B9B211

Color information

#B9B211 (or 0xB9B211) is unknown color: approx La Rioja. HEX triplet: B9, B2 and 11. RGB value is (185,178,17). Sum of RGB (Red+Green+Blue) = 185+178+17=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B211 is #464DEE. Grayscale: #A2A2A2. Windows color (decimal): -4607471 or 1159865. OLE color: 1159865.

HSL color Cylindrical-coordinate representation of color #B9B211: hue angle of 57.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9B211 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18517817-
CMYK00.040.910.27
HSL57.5º83.17%39.61%-
HSV(B)57.5º90.81%72.55%-
XYZ36.0342.26.78-
YUV161.7446.32144.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 17 (7.03% from 255) = 4.47%
R=48.68%
G=46.84%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851781700.040.910.2757.583.1739.61
HexB9B211045B1B3a5328
Octal2712622104133337212350
Binary10111001101100101000101001011011110111110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B211; }

 p { color: rgb(185,178,17); }

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

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

 a { background-color: rgb(185,178,17); }

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

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

 span { border-color: rgb(185,178,17); }

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