#B8BA11

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

Shades of La Rioja #B8BA11

Tints of La Rioja #B8BA11

Color information

#B8BA11 (or 0xB8BA11) is unknown color: approx La Rioja. HEX triplet: B8, BA and 11. RGB value is (184,186,17). Sum of RGB (Red+Green+Blue) = 184+186+17=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BA11 is #4745EE. Grayscale: #A6A6A6. Windows color (decimal): -4670959 or 1161912. OLE color: 1161912.

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

Color convert

RGB18418617-
CMYK0.0100.910.27
HSL60.71º83.25%39.8%-
HSV(B)60.71º90.86%72.94%-
XYZ37.4345.357.31-
YUV166.1443.84140.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 17 (7.03% from 255) = 4.39%
R=47.55%
G=48.06%
B=4.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186170.0100.910.2760.7183.2539.8
HexB8BA11105B1B3d5328
Octal2702722110133337512350
Binary101110001011101010001101011011110111111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA11; }

 p { color: rgb(184,186,17); }

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

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

 a { background-color: rgb(184,186,17); }

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

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

 span { border-color: rgb(184,186,17); }

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