#B9B50A

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

Shades of La Rioja #B9B50A

Tints of La Rioja #B9B50A

Color information

#B9B50A (or 0xB9B50A) is unknown color: approx La Rioja. HEX triplet: B9, B5 and 0A. RGB value is (185,181,10). Sum of RGB (Red+Green+Blue) = 185+181+10=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B50A is #464AF5. Grayscale: #A3A3A3. Windows color (decimal): -4606710 or 701881. OLE color: 701881.

HSL color Cylindrical-coordinate representation of color #B9B50A: hue angle of 58.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9B50A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18518110-
CMYK00.020.950.27
HSL58.63º89.74%38.24%-
HSV(B)58.63º94.59%72.55%-
XYZ36.5943.386.73-
YUV162.741.83143.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 181 (71.09% from 255) = 48.14%
BLUE value IS 10 (4.30% from 255) = 2.66%
R=49.20%
G=48.14%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851811000.020.950.2758.6389.7438.24
HexB9B5A025F1B3b5a26
Octal2712651202137337313246
Binary101110011011010110100101011111110111110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B50A; }

 p { color: rgb(185,181,10); }

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

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

 a { background-color: rgb(185,181,10); }

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

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

 span { border-color: rgb(185,181,10); }

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