#BBBA1A

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

Shades of La Rioja #BBBA1A

Tints of La Rioja #BBBA1A

Color information

#BBBA1A (or 0xBBBA1A) is unknown color: approx La Rioja. HEX triplet: BB, BA and 1A. RGB value is (187,186,26). Sum of RGB (Red+Green+Blue) = 187+186+26=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1A is #4445E5. Grayscale: #A8A8A8. Windows color (decimal): -4474342 or 1751739. OLE color: 1751739.

HSL color Cylindrical-coordinate representation of color #BBBA1A: hue angle of 59.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBBA1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18718626-
CMYK00.010.860.27
HSL59.63º75.59%41.76%-
HSV(B)59.63º86.1%73.33%-
XYZ38.2445.767.79-
YUV168.0647.83141.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 26 (10.55% from 255) = 6.52%
R=46.87%
G=46.62%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871862600.010.860.2759.6375.5941.76
HexBBBA1A01561B3c4c2a
Octal2732723201126337411452
Binary101110111011101011010011010110110111111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA1A; }

 p { color: rgb(187,186,26); }

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

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

 a { background-color: rgb(187,186,26); }

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

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

 span { border-color: rgb(187,186,26); }

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