#BBB112

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

Shades of La Rioja #BBB112

Tints of La Rioja #BBB112

Color information

#BBB112 (or 0xBBB112) is unknown color: approx La Rioja. HEX triplet: BB, B1 and 12. RGB value is (187,177,18). Sum of RGB (Red+Green+Blue) = 187+177+18=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB112 is #444EED. Grayscale: #A2A2A2. Windows color (decimal): -4476654 or 1225147. OLE color: 1225147.

HSL color Cylindrical-coordinate representation of color #BBB112: hue angle of 56.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB112 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18717718-
CMYK00.050.900.27
HSL56.45º82.44%40.2%-
HSV(B)56.45º90.37%73.33%-
XYZ36.3242.056.77-
YUV161.8646.81145.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 18 (7.42% from 255) = 4.71%
R=48.95%
G=46.34%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871771800.050.900.2756.4582.4440.2
HexBBB112055A1B385228
Octal2732612205132337012250
Binary10111011101100011001001011011010110111110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB112; }

 p { color: rgb(187,177,18); }

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

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

 a { background-color: rgb(187,177,18); }

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

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

 span { border-color: rgb(187,177,18); }

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