#BBBF16

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

Shades of La Rioja #BBBF16

Tints of La Rioja #BBBF16

Color information

#BBBF16 (or 0xBBBF16) is unknown color: approx La Rioja. HEX triplet: BB, BF and 16. RGB value is (187,191,22). Sum of RGB (Red+Green+Blue) = 187+191+22=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBF16 is #4440E9. Grayscale: #ABABAB. Windows color (decimal): -4473066 or 1490875. OLE color: 1490875.

HSL color Cylindrical-coordinate representation of color #BBBF16: hue angle of 61.42º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBBF16 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18719122-
CMYK0.0200.880.25
HSL61.42º79.34%41.76%-
HSV(B)61.42º88.48%74.9%-
XYZ39.2747.887.93-
YUV170.5444.17139.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 22 (8.98% from 255) = 5.5%
R=46.75%
G=47.75%
B=5.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191220.0200.880.2561.4279.3441.76
HexBBBF162058193d4f2a
Octal2732772620130317511752
Binary1011101110111111101101001011000110011111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF16; }

 p { color: rgb(187,191,22); }

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

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

 a { background-color: rgb(187,191,22); }

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

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

 span { border-color: rgb(187,191,22); }

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