#B9BE0A

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

Shades of La Rioja #B9BE0A

Tints of La Rioja #B9BE0A

Color information

#B9BE0A (or 0xB9BE0A) is unknown color: approx La Rioja. HEX triplet: B9, BE and 0A. RGB value is (185,190,10). Sum of RGB (Red+Green+Blue) = 185+190+10=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BE0A is #4641F5. Grayscale: #A8A8A8. Windows color (decimal): -4604406 or 704185. OLE color: 704185.

HSL color Cylindrical-coordinate representation of color #B9BE0A: hue angle of 61.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9BE0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB18519010-
CMYK0.0300.950.25
HSL61.67º90%39.22%-
HSV(B)61.67º94.74%74.51%-
XYZ38.4847.167.36-
YUV167.9838.84140.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=48.05%
G=49.35%
B=2.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190100.0300.950.2561.679039.22
HexB9BEA305F193e5a27
Octal2712761230137317613247
Binary101110011011111010101101011111110011111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE0A; }

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

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

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

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

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

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

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

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